Celtrim

Convert CSV to PDF

Turn a comma-separated file into a clean, searchable table PDF. Landscape, repeating headers, fitted to the page — without opening Excel or uploading anything.

Drop a CSV file here

.csv, .tsv, or paste the rows

Free · no sign-up · processed on your device

How it works

  1. 01

    Drop the CSV or paste the rows

    Comma, semicolon, and tab separated files all work. The separator is detected automatically and you can override it.

  2. 02

    Pick the page

    A4 or Letter, landscape or portrait. Headers repeat on every page and the columns are scaled to the width, the same idea as Scale to Fit in Excel.

  3. 03

    Download the PDF

    You get a real PDF of the table — searchable, selectable text, not a screenshot. Nothing left your device to make it.

A CSV has no pages, so converting one to PDF is a layout job rather than a file-format job. The decisions that actually change the result are the same ones that matter when you print a sheet: landscape or portrait, whether the header row repeats, and whether the columns shrink to fit the width. Excel will do all of that if you already have it open. This converter does it to the file you have, in the browser, and writes the numbers as text so the PDF remains searchable.

What this is instead of

Opening it in Excel and exporting is The same layout fight, plus you need Excel
Excel will do this, but only after you set page orientation, Scale to Fit, and print titles. The converter makes those the only three choices on the page, and it works on a machine that does not have Office.
Print to PDF from a text editor is A wall of commas, not a table
A CSV is a text file. Printing it prints the commas. The conversion is really 'parse the columns, then print a table', which is a different job from sending the raw file to a printer driver.
A screenshot or a PNG is A picture of numbers you cannot copy
An image of a table is the right format for a slide or a chat message. A PDF of a table is the right format for a report someone will page through and search. The text in this PDF stays text.
Uploading the file to an online converter is Someone else reading your rows
CSV exports are often the dump of a customer list, a payroll, or a ledger. This converter never sends the file anywhere. The PDF is written in the same tab that opened it.

Before you convert

  • Wide tables belong in landscape. That is the default, because a CSV with more than a handful of columns is almost always wider than it is tall.
  • If you want an image of a few rows for email or a slide rather than a paged document, use the CSV to PNG converter instead.
  • Saving a whole Excel workbook as PDF is a different job, with print areas and hidden sheets to worry about. That walkthrough is how to save an Excel sheet as a PDF.
  • Need the other direction — a workbook out as CSV? Convert XLSX to CSV.

Common questions

How do I convert a CSV file to PDF?
Drop the .csv onto the converter above, check that the columns parsed correctly, choose A4 or Letter and landscape or portrait, and download. The first row is treated as a header and repeats on every page.
Will the PDF text be searchable?
Yes. The values are written as text, so you can select a number, search for a name, and copy a row out of the PDF. It is not a screenshot of the table.
My CSV uses semicolons. Will that work?
Yes. Separator detection usually picks this up on its own. If everything lands in one column, switch the separator to Semicolon before downloading.
Can I convert a TSV or pasted rows?
Yes. Tab-separated files and rows pasted from Excel or Google Sheets are parsed the same way as a CSV.
What about accented characters and names in other alphabets?
Latin, Greek, and Cyrillic characters are embedded in the PDF font and print correctly. Scripts the font does not cover, such as CJK, may not appear. The CSV itself is read as UTF-8.
Is the CSV uploaded to a server?
No. The file is parsed and the PDF is written entirely in your browser. Nothing is transmitted, stored, or logged, and the tool works offline once the page has loaded.
Should I send a PDF or a PNG of a table?
A PDF is for something someone will open and page through. A five-row summary in an email or a slide is usually better as an image, which has no page boundaries to fight. Use the CSV to PNG converter for that.