PDF 2 CSV HUB
EARLY ACCESS · FREE WHILE IN BETA

Drop a PDF, get CSV or JSON back.

No account needed right now. Built for bank statements, invoices and reports with tables.

Upload your PDF
📄
Drag & drop your PDF here
or click the button below to choose a file
No file selected
Output format
Tables only · No OCR yet
Works best on digital PDFs

Made for “just give me the rows” people.

Drop in a PDF with tables, get rows you can paste into Excel, Google Sheets or your own tools.

  • Upload a PDF with tables.
  • We flatten the tables into rows.
  • Download CSV or work with JSON.

API basics

Base URL: https://api.pdf2csvhub.com

Health check
{ "method": "GET", "path": "/health" }
Extract tables
POST /extract
Content-Type: multipart/form-data

file   → PDF file (required)
output → "json" or "csv" (optional, default "csv")