PDF table extraction API for Excel and XLSX workflows

Use this table extraction API from PDF to Excel and XLSX files for structured document data workflows. Ideal for invoices, statements, reports, and other cases where PDF tables need to become spreadsheet-ready output instead of manually rekeyed data.

Extract PDF tables into Excel workbooks

Turn line items, ledger rows, tabular reports, and other PDF tables into clean XLSX output for finance teams, spreadsheet workflows, and downstream business analysis.

Built for API-driven table extraction

Use REST, Postman, JavaScript, Python, Java, C#, PHP, or HTTP to automate PDF table extraction into Excel inside ETL jobs, accounting workflows, reporting systems, and document-processing backends.

Reduce manual spreadsheet work

Save time and reduce human error by extracting PDF tables into spreadsheet-ready Excel output instead of retyping rows, columns, and line items by hand.


Try it out

This example will convert your uploaded PDF file to an XLSX file.


Try it out in three steps

  1. Add a PDF named document.pdf to your project folder.
  2. Run the code from the same folder.
  3. Open result.xlsx to see the output.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.xlsx \
--fail \
-F file=@document.pdf \
-F instructions='{
"parts": [
{
"file": "file"
}
],
"output": {
"type": "xlsx"
}
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →


Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.


Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.