Install
openclaw skills install @rishabhdugar/pdf-to-xlsxExtract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet.
openclaw skills install @rishabhdugar/pdf-to-xlsxExtracts tables and text from a PDF into an Excel workbook. Each page becomes a separate sheet. Uses PyMuPDF table detection with fallback to line-by-line text extraction.
Provide one of:
url — public URL to a PDFfile — base64-encoded PDFfile fieldSend your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
/v1/convert/pdf/excel is an aliascurl -X POST https://pdfapihub.com/api/v1/convert/pdf/xlsx \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://pdfapihub.com/sample-pdfinvoice-with-image.pdf", "output": "url" }'