Gemini to PDF Converter

Paste a Gemini answer and download a properly formatted PDF or Word file. Bold-only lines become real headings, the non-breaking and zero-width characters Gemini pads text with are removed, and tables and lists keep their structure. Free, no Google account needed.

Cleanup applied

What changed

  • Invisible and non-breaking characters removed (1)
  • Bullet characters converted to Markdown lists (9)
  • Bold-only lines converted to headings (4)
  • Heading levels promoted so the document starts at H1 (4)
  • Assistant preamble and sign-off removed (1)

Document preview

A4 · Normal margins · GitHub

Comparing the three storage options

Below is a summary of the trade-offs.

Object storage
  • Cheapest per gigabyte
  • No filesystem semantics
  • Best for archives and static assets
Block storage
  • Lowest latency
  • Attaches to one machine at a time
  • Best for databases
File storage
  • Shared across machines
  • Most expensive per gigabyte
  • Best for legacy applications that expect a mount point
Option Cost Latency Shared
Object Low High Yes
Block High Low No
File Highest Medium Yes

What breaks when you paste Gemini output straight into a document

Gemini writes its answers in Markdown, a plain-text formatting language, and the copy button hands you the source rather than the styled text. Word and print dialogs treat that source as literal characters, so you get the punctuation instead of the formatting. These are the specific failures this converter repairs.

Bold lines pretending to be headings

Gemini very often marks a section with **Section title** on its own line instead of a Markdown heading. It looks right in the chat window and produces a document with no structure at all — no navigation pane, no table of contents, no outline. Those lines are converted to real headings at the correct level.

Non-breaking and zero-width spacing

Text that has passed through the Docs export pipeline carries non-breaking spaces, narrow no-break spaces and zero-width joiners. They are invisible, they survive the paste, and they break line wrapping and code blocks in the exported file. All of them are normalised.

Bullet characters instead of list markers

Copying from the rendered answer gives literal • glyphs rather than Markdown list markers, so the export produces paragraphs where you expected a list. They are converted back to real lists, including nested ones.

A closing question you did not ask for

Gemini almost always ends with an offer of more help. That line is removed from the document rather than printed at the bottom of your PDF.

Everything runs in your browser

The cleanup, the rendering and both exports happen in this page. The PDF is produced by your browser's own print engine and the Word file is assembled locally, so the answer you paste is never uploaded to a MarkdownTools server, never stored, and never passed to a third party. Open your browser's Network tab while you paste — nothing carries the content.

That matters more than usual here. The answers people most want as documents are the ones they cannot casually hand to another service: contract summaries, incident write-ups, performance reviews, medical questions, code from a private repository.

Gemini to PDF Converter FAQ

How do I save a Gemini answer as a PDF?

Copy the response from Gemini, paste it into the box above, and click Export PDF. Gemini writes in Markdown even though the chat window hides it, so the converter can rebuild the headings, lists and tables into a real document.

Why do Gemini answers lose their headings when exported?

Because they were never headings. Gemini frequently marks sections with bold text on its own line rather than a Markdown heading, which renders as bold body text everywhere else. This converter detects those lines and promotes them to real headings, so the exported PDF and Word file have a working outline.

Do I need to use Export to Docs first?

No. Gemini has an Export to Docs button, but it needs a Google account, it puts the result in Drive, and the formatting still needs work. Pasting here produces a local PDF or .docx file with no account and no upload.

What happens to the invisible characters Gemini adds?

They are removed. Non-breaking spaces, narrow no-break spaces, zero-width joiners and byte-order marks all survive a copy-paste and then break line wrapping, code fences and YAML front matter in the exported document.

Is my Gemini conversation uploaded anywhere?

No. The cleanup, the preview and both exports run in your browser. Nothing you paste is sent to a MarkdownTools server, which matters when the answer came from a work conversation.

Is there a watermark or an export limit?

No. The PDF is produced by your browser print engine and the Word file is generated locally, so there is no watermark, no page limit, no account and no email wall.

Can I edit the text before exporting?

Yes. The left pane is a live editor — trim the preamble, merge several answers into one document, fix a heading — and the document preview on the right updates as you type.

Related Tools