Markdown to PDF
Convert Markdown to a formatted PDF: headings, lists and code preserved.
Convert Markdown to a formatted PDF: headings, lists and code preserved.
It keeps it. Headings become larger bold lines, **bold**/*italic* and `code` become real font styles, lists get bullets or numbers, code blocks get a monospace face on a shaded background, and quotes get a left bar. This is what separates it from a plain text-to-PDF export.
Text to PDF lays out plain text with no styling; HTML to PDF flattens HTML to its text. This tool reads Markdown syntax and renders the structure it describes.
ATX headings (# to ######), paragraphs, unordered lists (-, *, +), ordered lists (1.), fenced code blocks (```), blockquotes (>), horizontal rules (---), and inline bold, italic, inline code and links.
No. Parsing and PDF generation run entirely in your browser with jsPDF. Nothing is sent to a server.