Конвертируйте текст в PDF
Tool guide
Sometimes you do not need a format converter, just a way to wrap raw text in a file an inbox will accept as an attachment: a log excerpt, an export, a list of SKUs, part of a chat. There is a single Text Input box here and a Build PDF button beside it. No markup is interpreted — whatever you paste is printed line by line. jsPDF assembles the document inside the tab, so the text stays on your machine, and the font stays Latin. See also: keep headings and lists by exporting Markdown to PDF, print a finished HTML page to PDF, merge several images into one PDF.
Not on this page. jsPDF prints with its built-in font, which covers Latin and WinAnsi only, so Cyrillic and CJK cannot render at any setting. For such a source, open the .txt in a text editor or word processor and print to PDF through the system dialog, where a font with those glyphs is available.
No, and that is the difference from the Markdown page next door. Asterisks, hashes and tags print exactly as pasted — deliberate behaviour for logs and exports where those characters are part of the data. Want headings and lists? Use the Markdown to PDF converter.
Poorly. A long URL, JWT or base64 blob offers no break opportunity, so its tail can run off the page. Wrap such values by hand at 60-80 characters before pasting, or part of the content will be invisible in the finished file.
As many pages as the text needs, with a caveat: the longer the paste, the longer the tab takes to assemble the document, and on a modest phone that is noticeable. Slice a multi-megabyte log into parts and build several files.
The interface is one box and one button — there are no options. The document uses the jsPDF defaults. For a specific point size, landscape orientation or running headers, adjust the file in a PDF editor afterwards.
Yes. The content stays real text rather than an image, so it can be selected, copied and found by search. That is what separates this file from a scan, and it means mail clients can index it.
Before: 2026-09-06 11:02 ERROR timeout on /api/orders 2026-09-06 11:02 INFO retry 1 of 3 2026-09-06 11:03 INFO ok
After: A PDF holding those three lines in the same order — fine to attach to the ticket.
Before: SKU-1042 x 3 SKU-2251 x 1 SKU-3390 x 12
After: A single page listing the three lines as typed, with no numbering and no heading.
Your rating and feedback help decide what to improve next.