AbraCalc

CSV Data to PDF Table

Paste CSV data and download it as a clean, bordered table laid out in a PDF. Headers are bold; rows paginate automatically.

Paste CSV, then generate a PDF table.

CSV parsing by PapaParse (MIT) and PDF generation by jsPDF (MIT), both self-hosted.

Embed this tool on your site

How to use this tool

  1. Paste CSV with the header row first.
  2. Set a title and choose portrait or landscape.
  3. Click Create PDF & Download.

Convert tabular CSV data into a printable PDF table. The first row becomes a bold header, each column is sized to fit the page, and extra rows flow onto new pages. Everything runs locally — your data is never uploaded.

Frequently asked questions

Does it handle quoted commas?
Yes — PapaParse parses RFC 4180 quoted fields correctly before laying out the table.
Is my data uploaded?
No — parsing and PDF generation both happen in your browser.

References & sources