Typesets a plain text file into a PDF. The word wrapping is measured against the actual font, so long lines re-flow to the page instead of running off the right edge — which is what happens when a text file is simply printed.
Re-wrapping, and when not to
It is wrong for anything where the line breaks are meaningful: poetry, song lyrics, source code, ASCII tables, log files. Turn on Keep every line break for those, and pair it with the monospaced typeface so columns line up.
Page breaks are measured, not guessed
Latin script only, and why
Writing Chinese, Japanese, Korean, Arabic, Hebrew, Thai, Devanagari or Cyrillic means embedding a font that contains those glyphs, and a font with usable CJK coverage is several megabytes. Downloading that on the chance a visitor needs it is not a reasonable trade for a page that mostly converts English.
So instead of producing a document full of blank boxes, unencodable characters become a question mark and the conversion tells you exactly how many were affected and which script they belonged to. If your text is in one of those scripts, this is the wrong tool and you should use a desktop converter — that is a more useful answer than a broken file.
Encoding
Other names for this
Also searched as “text to pdf”, “convert txt to pdf”, “notepad to pdf”.
Questions
- My poem lost its line breaks.
- Turn on “Keep every line break”. Re-wrapping is the default because most text files are hard-wrapped prose.
- Can I convert a log file?
- Yes — keep the line breaks and choose the monospaced typeface so the columns stay aligned. Consider landscape for wide logs.
- Is there a watermark?
- No, and no page limit or sign-up either.
- Is my file uploaded?
- No. The PDF is built in this tab and handed to you as a download. That matters here more than most places: the documents people convert to PDF are contracts, CVs, medical letters and manuscripts.
- Can I convert several files at once?
- Yes. Drop as many as you like, or a whole folder. Each becomes its own PDF keeping its original name.