About this tool
Turn plain text or lightweight Markdown into a tidy, multi-page PDF without any upload. Paste your content, choose the page size (A4 or Letter), the font (Helvetica, Times or Courier), the font size, the margins and the line spacing, then generate. The tool recognizes a small set of Markdown: lines beginning with #, ## or ### become progressively smaller bold headings, lines starting with - or * become bulleted list items, blank lines create paragraph gaps, and **double asterisks** mark inline bold within a paragraph.
The layout engine does the hard part for you. Each paragraph is greedily word-wrapped to the content width — words are added to a line while the measured width stays within the margins, then the line breaks — and unusually long words are split character-by-character so nothing ever overflows the page. A vertical cursor tracks the current position and, whenever the next line would fall below the bottom margin, a fresh page is started automatically, so documents of any length paginate cleanly.
Text is rendered with the standard PDF fonts, which cover Latin/Western-European characters. Non-Latin scripts (Arabic, Chinese, Cyrillic and similar) may not encode and are replaced with a placeholder — for those, a font-embedding tool is required.