PDF Converter Documentation
Convert financial PDFs — bank statements, invoices, receipts — into structured Excel files. Preserves tables, handles scanned documents, and outputs clean, analysis-ready data. Explore the product page
Overview
The PDF Converter transforms financial PDF documents into structured Excel spreadsheets. It preserves table layouts, handles scanned documents via OCR, and outputs clean data that is ready for analysis, reconciliation, or reporting.
Supported Formats
- PDF to Excel (.xlsx) — digital and scanned documents
- Bank statements with transaction tables
- Invoices and receipt breakdowns
- Financial reports with data tables
- Batch conversion support
API Reference
Convert PDF tables to Excel spreadsheets via our REST API. Upload a PDF document; the engine extracts all detected tables and returns a structured .xlsx file.
POST https://server.gimele.com/api/v1/pdfconverter
Integrate this endpoint into your applications to seamlessly upload a PDF file and receive an Excel workbook with extracted tables.
You can create a developer account to get an api key fromhere.
Headers
Form Data Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| file | File | Yes | PDF file to convert (must end in .pdf) |
| password | string | No | PDF password for encrypted documents |