pdf_to_excel
Convert a PDF (tables, statements, reports) to an Excel file. Returns a download URL. Requires Premium tier or above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | No | HTTPS URL of the file to process (the server downloads it) | |
| filename | Yes | Filename with extension, e.g. invoice.pdf | |
| file_base64 | No | Base64-encoded file content (alternative to file_url; max 15MB decoded) |