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
- Open the PDF to CSV tool at /tools/pdf-to-csv.
- Choose or drop a PDF file.
- Select Convert to CSV.
- 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
- PDF to CSV Table DetectionThe detection rules behind PDF to CSV's output: the recurring-column heuristic used to find a table, why multiple tables are concatenated with labeled rows instead of one being silently discarded, and why cells are always plain text.
- Why Scanned PDFs Can't Convert to CSVWhy a picture of a table cannot become a CSV file, how PDF to CSV tells a scanned page from a page with sparse real text, and what to use instead for a photographed or scanned table.
- How to Convert CSV to PDFTurn a CSV export into a clean, printable PDF table with real selectable text in your browser, and see when a fixed PDF beats sending the raw CSV or an Excel file.