CSV를 PDF로

CSV 스프레드시트 파일을 PDF로 변환합니다. 여러 파일 지원.

클릭하여 파일 선택 또는 파일을 끌어다 놓으세요

CSV 파일 1개 이상

파일이 기기 밖으로 나가지 않습니다.

이용 방법

1

Upload File

파일을 클릭하거나 끌어다 놓아 시작하세요

2

Process

처리 버튼을 눌러 변환을 시작하세요

3

Download

완성된 파일을 바로 저장하세요

관련 PDF 도구

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

자주 묻는 질문

How is the CSV laid out in the PDF?

The first row becomes a bold header with a blue background and the remaining rows become striped table rows in 9-point text on landscape A4 pages. Long tables continue over as many pages as needed, with the header repeated on each page.

My file uses semicolons or tabs instead of commas. Will it work?

Yes. The parser detects the delimiter automatically, so comma, semicolon, tab, and pipe separated files all convert. Quoted fields containing commas or line breaks are handled according to standard CSV rules.

My CSV has many columns. Why is the table squashed?

All columns are shrunk to fit the page width and cell text wraps onto extra lines, so very wide files end up with narrow columns. There's no setting for page size or orientation, so split wide datasets into several files or drop columns you don't need.

Can I convert several CSV files at once?

Yes. A single file downloads as a PDF with the same base name, while several files are packaged into csv-converted.zip with one PDF per file.

Does it handle accented or non-Latin characters?

The file is read as UTF-8 and the PDF uses the built-in Helvetica font, which covers Latin characters including accents. Text in scripts such as Chinese, Arabic, or Cyrillic may not display correctly, and files saved in other encodings can show garbled characters.

Why does it say the CSV file is empty?

Rows that are completely blank are dropped before the table is built, so a file containing only empty lines or whitespace triggers that error. Open the file in a text editor and confirm it has at least a header row with values.

Can I keep spreadsheet formatting such as column widths, colors, or multiple sheets?

No. CSV holds only raw values, so there's no formatting to preserve. For .xlsx or .xls files with formatting and several sheets, use Excel to PDF instead.

Is my spreadsheet data sent anywhere?

No. The CSV is parsed and the PDF is generated in your browser with JavaScript libraries (PapaParse and jsPDF), so financial or customer data in the file stays on your machine.