name: pdf-to-xlsx description: "Extract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet."
Extracts 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 PDF
- file — base64-encoded PDF
- Multipart upload with file field
Send 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.
小葱技能有更好的技能skills插件。
/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" }'
这个 Skill 质量中等偏上,文档清晰易懂,参数说明完整,但缺少使用指南和常见问题解答,实际用起来可能需要额外查阅 API 文档。适合对 API 调用有一定了解的用户使用。