Free MD2PDF
English

ChatGPT to PDF: typeset in your browser.

Press ChatGPT’s copy button, paste the answer on the left and download a properly typeset PDF. Nothing is uploaded.

Source · .md Drop a .md file or images here
Proof A4 · page breaks follow the downloaded PDF Live
PDF engine on standby
About Free MD2PDF

ChatGPT to PDF

The copy button under every ChatGPT answer puts the answer on your clipboard as Markdown: headings, lists, tables, code blocks and formulas included. That is exactly what this page takes. Paste it into the editor above and press Download PDF: you get a document with real headings, page numbers and selectable text, not a screenshot of a chat window.

Pasted answers are tidied automatically. ChatGPT writes formulas as \(…\) and \[…\]; they are turned into the standard $…$ and $$…$$ form. Leftover citation markers such as 【4†source】, invisible zero-width characters and stray “Copy code” lines are removed. Code blocks are never touched, and a notice with Undo tells you when anything was changed.

How to save a ChatGPT answer as a PDF

  1. Copy the answer. Click the copy icon under the ChatGPT response. It copies the answer as Markdown.
  2. Paste it here. Paste into the Markdown editor on this page. The preview on the right shows the result straight away.
  3. Adjust the layout if you like. Under Layout, choose the paper size, margins, font size, page numbers or a table of contents.
  4. Download the PDF. Press Download PDF. The file is typeset in your browser and saved to your device.

Tables, code and formulas that stay intact

Tables stay tables, with their column alignment. Code blocks keep their indentation and get syntax highlighting. Formulas are typeset as maths rather than printed as backslashes. Printing the chat page from the browser, by contrast, gives you the sidebar, the buttons and awkward page breaks along with the answer.

One answer or several

This is not a full-conversation exporter: it turns what you paste into a document. Paste several answers one after another, add your own headings or notes between them, and they become one PDF with a table of contents if you switch it on. What you write is saved in your browser as a draft, so you can come back to it later.

Private by construction

ChatGPT answers often contain work in progress: code, contracts, study notes. Here they never leave your device. The page’s Content Security Policy forbids sending anything anywhere, so the conversion happens entirely in this tab.

Frequently asked questions

How do I copy a ChatGPT answer as Markdown?

Use the copy icon below the answer rather than selecting the text with the mouse. The button copies Markdown, so headings, tables and code blocks come through. Selecting the rendered text copies plain text instead, and structure such as headings and table borders is lost.

Why do formulas look like \( x^2 \) after pasting elsewhere?

ChatGPT writes maths with LaTeX brackets, \(…\) inline and \[…\] for displayed equations, which many Markdown tools do not understand. When you paste here, they are converted to the common $…$ and $$…$$ syntax automatically.

Can I export a whole ChatGPT conversation?

Paste the answers you want to keep, in order; you can add the questions as headings yourself. For a complete archive of every chat, ChatGPT’s own data export (Settings → Data controls → Export data) sends you all conversations as a download, but as HTML and JSON rather than a formatted PDF.

Is my conversation uploaded anywhere?

No. The text is converted in your browser and never sent to a server, including ours. It is saved only as a draft in this browser, which New deletes.

Why not just ask ChatGPT to make the PDF?

ChatGPT can write a PDF file for you by running code, but that file is only as good as the script: the layout is basic, and fonts often lack the characters for Chinese, Japanese, Korean or other scripts, which is why such PDFs sometimes show empty boxes. Asking for the answer in Markdown and converting it here gives you typeset headings, tables, highlighted code and fonts made for your language.

Does it work on a phone?

Yes, in any modern mobile browser: copy the answer in the ChatGPT app, paste it here and download. The typesetting engine (about 7 MB) is fetched the first time you download a PDF and cached after that.

Can I undo the automatic clean-up?

Yes. When a paste is tidied, a notice appears with Undo, which puts back exactly what you pasted. Ctrl+Z (⌘Z) works too. Text that does not look like an AI answer is never changed.

Guides and use cases

DeepSeek to PDF

export DeepSeek answers, formulas included, as a PDF

Claude to PDF

turn Claude answers and Markdown artifacts, Mermaid diagrams included, into a PDF

Gemini to PDF

save Google Gemini responses as a typeset PDF

Mermaid to PDF

diagrams that render as vectors, with selectable text, in the PDF

README to PDF

a GitHub README.md as a PDF, with tables, code and diagrams

CLAUDE.md to PDF

agent instruction files and Claude Code plans as a readable PDF

Print Markdown

print a .md file with proper page breaks, diagrams and fonts