pdf_to_excel
Extract and convert tabular data from PDFs into Microsoft Excel .xlsx spreadsheets. Use on PDFs with clear tables for best results.
Instructions
Convert a PDF to a Microsoft Excel .xlsx spreadsheet. Works best when the source PDF contains clear tabular data; non-tabular PDFs may produce messy results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | Path to the PDF file to convert. | |
| output_path | No | Optional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the first input. |