← 返回
未分类 Key 中文

PDF to Excel

Extract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet.
将PDF中的表格和文本提取到Excel工作簿(XLSX),每页对应一个工作表。
rishabhdugar rishabhdugar 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 384
下载
💾 1
安装
1
版本
#latest

概述

PDF to Excel

What It Does

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.

When to Use

  • Extract tabular data from PDF invoices or reports
  • Convert PDF financial statements to Excel
  • Pull structured data from PDF tables

Required Inputs

Provide one of:

  • url — public URL to a PDF
  • file — base64-encoded PDF
  • Multipart upload with file field

Authentication

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.

Use Cases

  • Invoice Data Extraction — Pull line items and totals from PDF invoices into Excel for accounting
  • Financial Statement Analysis — Convert PDF bank statements to Excel for analysis and reconciliation
  • Report Data Mining — Extract tabular data from PDF reports for further processing
  • Procurement — Convert PDF purchase orders into spreadsheets for tracking
  • Tax Preparation — Extract 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 "CLIENT-API-KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://pdfapihub.com/sample-pdfinvoice-with-image.pdf", "output": "url" }'

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 15:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 466 📥 155,757
design-media

Generate Image

rishabhdugar
使用无头 Chromium 将 HTML 内容或公开 URL 生成PNG 图片,支持自定义尺寸、Retina 高清、全页面截图以及 Cookie 配置。
★ 0 📥 574
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 389 📥 148,062