Convert PDF to CSV

Extract a PDF table as a comma-separated file for Excel, Sheets or a database import.

Runs in your browser. Your image is never uploaded.

How to use PDF to CSV — Extract PDF Tables as CSV Online Free

  1. 1Upload a PDF that contains a table.
  2. 2The table is detected automatically.
  3. 3Download it as a spreadsheet file you can open and edit.

About PDF to CSV

CSV is the format to pick when the data is going into another system rather than onto your screen. It carries no formatting, which is exactly what an importer wants.

Multi-page documents are written one after another with a blank line between pages, so you can tell where each page started.

Frequently asked questions

Why CSV rather than Excel?
CSV imports cleanly into almost anything — Google Sheets, databases, accounting software. Choose Excel if you just want to open and edit the file.
How are commas inside the text handled?
Any value containing a comma, quote or line break is quoted properly, so the file parses correctly.
Will Excel mangle the encoding?
No. The file is written with a UTF-8 byte order mark so Excel opens accented and non-Latin characters correctly.