ChatGPT in, PDF out.
ChatGPT has no PDF button for an answer, and printing the chat gives you the interface, not the document. Paste the answer here and download a clean A4 PDF. Free, in your browser, no signup.
Nothing uploads. The PDF is built in your browser; the next page shows the exact pages first.
or drop a file
Drop your Markdown file here
or browse — .md, .markdown, .txt · opens in the converter with PDF pre-selected
Use the copy button under the ChatGPT reply, not select-all. It hands over the answer as Markdown, with the headings, tables, code, and equations intact.
The preview is the PDF: A4 pages, page breaks already placed, code highlighted, math rendered. Fix anything before you download.
Generated entirely in your browser in a few seconds. Text stays selectable, and the file prints at A4 without scaling.
Why not just print the chat?
Printing chatgpt.com from the browser prints the web page, not your document: the sidebar, the prompt boxes, the buttons under every reply, and often a dark background that swallows a printer’s toner. Code blocks get clipped at the edge, wide tables lose columns, and page breaks land wherever the browser happens to run out of room, including between a heading and its first line. Equations are the worst case: depending on how the page rendered them, the print shows either a formula or the LaTeX source behind it. This page starts from the answer’s Markdown instead. It is laid out as a document on A4 pages, with headings kept next to their content, code highlighted and wrapped, math rendered as real formulas, and every page cut checked against the rendered pixels so no line of text is sliced in half. The result is what you would want to hand to a colleague or attach to an assignment: the answer, and nothing else.
What each part of the answer becomes
| In the ChatGPT answer | In the PDF |
|---|---|
| Headings and paragraphs | A readable serif on a proper scale; a heading never strands alone at the bottom of a page. |
| Tables | Ruled tables with the alignment ChatGPT specified, shrunk to fit the page when wide. |
| Code blocks | Monospace blocks with the same syntax colors as the preview, long lines wrapped. |
| Equations ($…$, \(…\), \[…\]) | Rendered mathematics, crisp at any zoom, not a line of raw LaTeX. |
| Bullet and numbered lists | Real lists with nesting preserved. |
| Links | Clickable in the PDF, with the link text unchanged. |
| Images | Fetched and embedded when the link is public. ChatGPT's own generated images use temporary links, so save those separately. |
| Long answers | Page cuts are verified against the rendered pixels, so a line of text is never sliced in half. |
Common questions
How do I save a ChatGPT answer as a PDF?
ChatGPT has no download-as-PDF button for a single answer, and printing the chat page from the browser captures the sidebar, your prompts, and the dark interface along with it. The clean way: click the copy button under the reply (it copies the answer as Markdown, which is how ChatGPT formats everything), paste it into the box at the top of this page, and check the preview. The preview is the PDF, laid out on A4 pages with the breaks already decided. Click Download PDF and the file is written in your browser in a few seconds. Free, no account, and it works offline once the page has loaded.
Can I save a whole conversation, not just one answer?
Yes, with one caveat. The copy button works per reply, so for a long conversation copy each answer you want and paste them one after another into the editor, adding a heading between them if you like; the preview shows the combined document and the PDF has all of it. Selecting the entire page and copying instead usually loses the tables and equations, because the browser copies rendered text rather than Markdown. For an archive of everything, ChatGPT's data export gives you the raw conversations; this page is for turning the answers you actually need into a document you can send.
Do equations and code come out right?
Yes. ChatGPT writes mathematics as LaTeX, usually with \( and \[ delimiters, and pasting it into most PDF tools leaves you with a line of raw code. Here every formula is rendered through KaTeX and exported as it appears in the preview: fractions, roots, sums, integrals, matrices, and Greek letters, sharp at any zoom level. Fenced code blocks keep their syntax highlighting, and long lines wrap instead of running off the page. If a formula does not parse, it is shown in red in the preview so you can correct the source before exporting.
Is my answer uploaded anywhere?
No. The PDF path is entirely client-side: parsing, rendering, and PDF generation all happen in your browser, and the text never leaves your machine. There is nothing to log. The one export that uses a server is Word, because editable Word equations need the Pandoc engine; if you switch to DOCX, the text is sent once and the temporary files are deleted after the request.
Does this work for Claude, Gemini, Grok, and DeepSeek answers too?
Yes. Every major assistant formats its answers as Markdown, and each has a copy button under the reply that hands it over intact. Gemini can export to Google Docs but not to PDF directly; Claude, Grok, and DeepSeek have no document export at all. The same paste-and-download flow works for all of them, and the per-assistant guides cover the small differences, such as how each one writes equation delimiters.
Can I get a Word file instead of a PDF?
Yes, from the same paste. Switch the format to DOCX and the equations arrive in Word as native, editable Office Math rather than pictures, tables become real Word tables, and headings map to Word heading styles. HTML, EPUB, PowerPoint, and a Google Docs handoff are there too. The document you pasted stays loaded while you switch, so you can download several formats without pasting again.