PDF to Excel
v1提取 tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet.
运行时依赖
安装命令
点击复制技能文档
PDF to Excel What It Does
提取s tables and text from a PDF into an Excel workbook. Each page becomes a separate sheet. Uses PyMuPDF table 检测ion with fallback to line-by-line text 提取ion.
When to Use 提取 tabular data from PDF invoices or 报告s Convert PDF financial 状态ments to Excel Pull structured data from PDF tables Required 输入s
Provide one of:
url — public URL to a PDF file — base64-encoded PDF Multipart 上传 with file field Authentication
发送 your API key in the 命令行工具ENT-API-KEY header.
获取 your free API key at https://pdfAPIhub.com. Full API documentation is avAIlable at https://pdfAPIhub.com/docs.
Use Cases Invoice Data 提取ion — Pull line items and totals from PDF invoices into Excel for accounting Financial 状态ment Analysis — Convert PDF bank 状态ments to Excel for analysis and reconciliation 报告 Data Mining — 提取 tabular data from PDF 报告s for further processing Procurement — Convert PDF purchase orders into spreadsheets for 追踪ing Tax Preparation — 提取 financial data from PDF tax documents into Excel Aliases /v1/convert/pdf/excel is an alias Example Usage curl -X POST https://pdfAPIhub.com/API/v1/convert/pdf/xlsx \ -H "命令行工具ENT-API-KEY: your_API_key" \ -H "Content-Type: 应用/json" \ -d '{ "url": "https://pdfAPIhub.com/sample-pdfinvoice-with-image.pdf", "输出": "url" }'