Illustration of a bordered table on a document page extracting into a comma-separated data grid

PDF guides

How to Convert PDF Tables to CSV Online

Pulling a table back out of a PDF is fundamentally harder than the reverse direction: a PDF has no concept of "cells" or "columns" at all, only text positioned at specific coordinates on a page. The Looty Tools PDF to CSV converter reconstructs table structure from that positioning, entirely in your browser, and downloads a CSV file you can open in any spreadsheet app. This guide covers the steps — and is upfront that this is best-effort extraction, not a guaranteed spreadsheet reconstruction.

Ready to try the tool this guide describes?

How to convert PDF tables to CSV on Looty Tools

  1. Open the PDF to CSV tool at /tools/pdf-to-csv.
  2. Choose or drop a PDF file.
  3. Select Convert to CSV.
  4. Download the resulting .csv file.

What "best-effort" actually means here

  • Table detection is based on where text sits on the page, not a stored table structure — PDFs do not have one. See pdf-to-csv-table-detection-explained for the exact heuristic.
  • Irregular layouts, merged cells, or unusually spaced columns can be misread. A clean, regularly-gridded table converts far more reliably than a complex, hand-formatted one.
  • Cell values are always written as plain text — no numeric or date type conversion is applied, unlike PDF to Excel’s typed cells.

How multiple tables are handled

  • Every detected table is kept, in document order, inside one CSV file — nothing is silently discarded.
  • Each table is preceded by a blank row and a labeled row such as "Table 1 — Page 2". CSV has no comment syntax, so these are ordinary rows a spreadsheet app will import like any other — delete them after import if you want a data-only file.
  • A table that continues across a page break is merged into one continuous table when the column layout matches on both pages.

Limits

  • Maximum file size: 25 MB.
  • Maximum pages: 50.
  • Scanned or image-only PDFs are rejected — this tool does not perform OCR (see pdf-to-csv-scanned-pdf-limitations).

How to Convert PDF Tables to CSV FAQ

Will this perfectly reconstruct my PDF as a spreadsheet?
No. This is best-effort table extraction based on text positioning, not a guarantee of a perfect spreadsheet reconstruction.
What happens when a PDF has more than one table?
Every table is kept, in document order, in one CSV file with labeled separator rows between them — nothing is silently discarded.
Are the separator rows actual comments I can ignore?
No — CSV has no comment syntax, so a spreadsheet app imports them as ordinary rows. Delete them after import if you want a data-only file.
Does it work on scanned PDFs?
No. Scanned or image-only PDFs are detected and rejected — this tool does not perform OCR. See pdf-to-csv-scanned-pdf-limitations.
Is my PDF uploaded anywhere?
No. Conversion runs locally in the browser, so the PDF is not uploaded to Looty Tools.
What is the maximum PDF size?
The maximum file size is 25 MB, with up to 50 pages.

Related guides

Open the tool

Jump into PDF to CSV when you are ready to process your files.

← Back to all guides