Data formats

Take the data in your PDFs somewhere useful.

Define the fields once, then choose the output that fits the next step: a queryable database, a structured payload, or clean rows.

PDF to database

SQLite
Keep related records in connected tables, then filter, join, and query them with SQL.
Explore PDF to SQLite

PDF to structured payload

JSON
Produce predictable keys, typed values, and nested records for APIs and automation.
Explore PDF to JSON

PDF to spreadsheet rows

CSV
Extract consistent columns for spreadsheets, imports, and everyday reporting.
Explore PDF to CSV