PDF to Excel Converter
Turn any PDF into a formatted Excel spreadsheet — financial reports, invoices, lab results, regulatory filings, or any document with tabular data. No templates to configure, no OCR settings to tune, no training required. ### How It Works 1. **POST** your PDF to `/v1/pdf-to-excel` (base64 or multipart upload) 2. Receive a `jobId` immediately (HTTP 20x) 3. **Poll** `GET /v1/jobs/{id}` until status…
PDF to Excel Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Submit your PDF /pdf-to-excel |
In the first step, you submit your PDF file and get back a `jobId` that you can use to poll for the result. |
| GET |
Get Job Status /jobs/{jobId} |
Poll this endpoint to check the status of an extraction job. |
| GET |
Download Result /jobs/{jobId}/result |
Download the result once the job is completed. Returns an Excel file (.xlsx) |
PDF to Excel Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $11.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $349.99 / month | — |
|