Extract the key tables from the broker's spreadsheet (loss history and exposure schedule) and save them as a single Ex…
Open your PDF file in Adobe Acrobat.
Select the Export PDF tool from the right pane.
Choose Spreadsheet as the export format.
Select either Microsoft Excel Workbook (*.xlsx) or Comma Separated Values (*.csv) as your output format.
Click Export.
If prompted, specify the location and file name for the exported file, then save.
Open the exported file in Excel or your preferred spreadsheet application to review and analyze the extracted table data.
Best practiceIf tables are not extracted cleanly, try using the 'Organize Pages' tool to split the PDF into smaller sections before exporting, as some blogs suggest this improves accuracy for complex layouts.
You can preview the table structure in the export dialog before saving to ensure the data is being recognized correctly.
This runs in the Acrobat app - there is no separate API for this task.
The PDF Extract API is a tool that helps you take information out of PDF files. It can find text, tables, and images, and then give them to you in an organized way, like JSON or Markdown. This makes it easier for other computer programs to use the data from your PDFs.
Yes, the PDF Extract API is designed to work with both native (digital) and scanned PDF documents. It uses smart technology (Sensei-powered) to recognize text and tables even in scanned images. This means you can still get structured data from older or image-based PDFs.
| Feature | PDF Extract API | Document Generation API |
|---|---|---|
| Main Purpose | Turns PDFs into structured data (extracts info) | Creates PDFs/Word docs from data (generates docs) |
| Input | PDF file | Data (and a template) |
| Output | Structured JSON, Markdown, CSV, XLSX, PNG | PDF or Word document |