Turning a text file or Markdown draft into a PDF is a common need — emailing a manuscript, printing a talk outline, or sharing docs with someone who can't handle Markdown. This tool renders text with sensible defaults (Inter or system serif, 11pt, 1-inch margins) and supports Markdown for lightweight formatting.
Markdown support
CommonMark syntax: headings (#), lists, links, bold/italic, blockquotes, code blocks with mono font, tables. Toggle off to render as plain text with no interpretation — useful when your source contains Markdown-looking characters that shouldn't be formatted.
Layout controls
Font family (system serif, Inter sans, JetBrains Mono), font size (8–14pt), line spacing, and margins. Paper size A4/Letter/Legal. Optional page numbers in the footer.
Special cases
Very long lines wrap automatically. Code blocks preserve indentation with monospaced font. Unicode is fully supported (emoji, non-Latin scripts) as long as the font contains the glyphs — falls back to system default when it doesn't.