How to export a Gemini chat
Gemini is the one AI chat with a real export built in, and that changes the advice. If you want a single answer as a file, Gemini can make that file itself and you should let it. If you want the conversation, both sides of it, as one document, none of the built-in routes do that. This guide goes through all of them for gemini.google.com: Gemini's own file generation and Export to Docs, Google Takeout, printing, and AI to PDF, with what each one gives you and what it leaves out.
Method 1: let Gemini make the file (best for one answer)
There are two built-in ways to export Gemini chat content, and both work on a single response.
Export to Docs and Export to Sheets
- Under the response you want, open the share and export menu.
- Choose Export to Docs. A new Google Doc opens with the response in it, headings and lists intact.
- For a table, choose Export to Sheets instead and the table lands in a new spreadsheet.
From the Doc you can download a PDF or a Word file with File → Download. This is the route to pick when you want to edit the text before it becomes a document, or when the destination is Google Drive anyway.
Ask Gemini for the file directly
Since the end of April 2026, Gemini can generate files inside the conversation. Type something like “create a PDF of this answer”, “make this a Word file” or “give me this as Markdown”, and Gemini produces the file for you to download. For a report, a letter, a plan or a table this is the fastest way to get a Gemini answer as a PDF, and no extension improves on it: the file is Gemini's own output, formatted by Gemini, saved by Gemini.
What both routes leave out is everything that is not that one response: your prompts, the earlier answers, the corrections you asked for, the follow-up where Gemini changed its mind. A conversation with twelve exchanges is twelve exports, and your side of it is never in any of them. That is the gap the rest of this guide is about.
Method 2: Google Takeout (the whole history)
Google Takeout is the account-wide export, and it is worth being exact about what it gives you, because people request it expecting a document.
- Go to takeout.google.com while signed in to the account you use with Gemini.
- Click Deselect all, then tick only the Gemini entry (your Gemini Apps activity).
- Choose the delivery method (an email link is the default), the file type (ZIP) and the maximum archive size, and click Create export.
- Wait for Google's email. Small exports are ready within minutes or hours; large accounts can take days. Download the archive from the link in the email.
What you get is an archive of activity records: your prompts and Gemini's responses for every conversation in the account, as HTML or JSON files organised by activity, not as one file per chat and not as a PDF. It is the right choice for a backup, for moving your history somewhere else, or for keeping a copy before you delete your Gemini activity. For one conversation it is the long way round, and you still need one of the other methods to turn the result into something readable.
Method 3: share link and print to PDF
- Open the conversation on gemini.google.com in Chrome, Edge or Brave.
- Scroll all the way to the top so the older exchanges are loaded, and switch to the light theme unless you want a dark background on every page.
- Press Ctrl+P (Cmd+P on Mac), set Destination to Save as PDF, and save.
For a short, text-only exchange this is fine. The problems appear with the conversations you would actually want to keep:
- Older messages are missing. Gemini loads a long conversation in pieces as you scroll up. The print engine can only paginate what is on the page at that moment, so a chat you did not scroll to the top of prints as the last few screens.
- It prints the app, not a document. The sidebar, the composer, the “Gemini can make mistakes” line under every answer and the sources lists all end up on paper, while the You / Gemini distinction becomes hard to see.
- Code and tables break. Code blocks split across pages mid-line and the language label and Copy button print as loose text; wide tables are clipped at the column's edge.
A share link helps a little. The Share button under a response creates a gemini.google.com/share/ link that opens without the sidebar, so it prints cleaner. It is still the print engine with the same loading behaviour, and the link makes the conversation readable by anyone who has it, so delete it afterwards from the share settings if you only made it to print.
Method 4: AI to PDF, the whole conversation as one document
AI to PDF is a Chrome extension by PIXON. It reads the conversation from the gemini.google.com tab you already have open and rebuilds it as a designed document: PDF, an editable Word file, or Markdown. There is no account to create and nothing to paste.
- Install AI to PDF and open any conversation on gemini.google.com, including a Gem or a share link.
- Click the extension. The side panel offers three choices: PDF, Word or Markdown, All messages, Last reply or Pick, and a light or dark document theme for the PDF.
- Click Export. For PDF, a print-ready tab opens with Chrome's print dialog and “Save as PDF” preselected. For Word and Markdown, the file downloads immediately.
When you export a Gemini chat this way, the extension walks up through the transcript so the exchanges Gemini loads on demand are collected too, then renders every prompt and every answer in order, each labelled You or Assistant. Code blocks keep their language label and use a monospace font with ligatures off; tables keep their columns; images Gemini generated are embedded; the thinking, the sources list and the disclaimer under each answer are dropped. Because the Gemini tab is always titled “Google Gemini”, the document takes its title from your first prompt. The whole thing is rendered inside your browser: the conversation content never leaves it, and the only thing our server sees is an anonymous install ID and a daily export count.
Free gives you 3 PDF or Word exports a day with a small “Exported with AI to PDF” line at the end of the document, plus unlimited Markdown. PRO is €2.99 a month or €24.99 a year, removes the line and the limit, and works on up to 5 devices. The same extension and the same licence cover ChatGPT, Claude, DeepSeek and Grok, so a Gemini conversation and a ChatGPT conversation come out looking the same. Full details on the pricing page.
What ends up in the file: thinking, sources, images, Gems
A Gemini conversation carries a few things around the answer that a document should not, and it is fair to say exactly how each one is handled when you export Gemini chat content with AI to PDF.
Thinking
The collapsed reasoning Gemini shows above some answers is left out on purpose. It is scratch work, not the answer, and it makes documents much longer without adding anything a reader wants. The answer itself is exported in full.
Sources and disclaimers
The list of sources under a grounded answer and the “Gemini can make mistakes” line are dropped. Links inside the answer text are kept, with Gemini's tracking parameters removed, so a citation the model wrote into a sentence still works in the PDF.
Generated images
An image Gemini created inside the conversation is embedded in the PDF and the Word file at the point where it appeared. It is read from the page in your own browser; nothing is fetched from anywhere else and nothing is uploaded.
Your own uploads, Deep Research, Canvas
Files and images you attached to a prompt, Deep Research reports and Canvas documents have not been verified yet. If a conversation leans on those, open the export and check it before you send it on; we list what is tested on the Gemini to PDF page and note additions in the changelog.
Gems and share links
A conversation inside a Gem (/gem/…) exports like any other chat; the Gem's instructions are not part of the transcript, so they are not in the document. The extension also recognises /share/ links, so a conversation someone shared with you can be exported the same way as your own.
Which method should you use?
| Situation | Best method | Why |
|---|---|---|
| One answer as a PDF or Word file | Ask Gemini to create the file | Built in, no install, Gemini's own formatting |
| One answer you want to edit first | Export to Docs | Lands in a Google Doc; download as PDF from there |
| A table you want to work with | Export to Sheets | Real spreadsheet, not a picture of one |
| Backup of every conversation you have | Google Takeout | The only whole-account export; activity records, not documents |
| Short text-only chat, nothing to install | Share link and print | Fast; scroll to the top first |
| The whole conversation, both sides, as one document | AI to PDF | Complete transcript, code and tables intact, built in your browser |
| Same look across ChatGPT, Claude and Gemini | AI to PDF | One extension, one layout for all of them |
| Notes app or a repository | AI to PDF, Markdown | Free and unlimited |
Export a Gemini chat as Word or Markdown instead
If the destination is a notes app or a repository, choose Markdown in the same panel. You get a .md file with fenced code blocks (with the language set), GitHub-flavoured tables and headed You / Assistant sections, and Markdown exports are free and unlimited on every plan. More on the Markdown export. If someone needs to edit the transcript, choose Word and you get a .docx with the same layout as the PDF; more on the Word export.
Frequently asked questions
Can Gemini export a chat to PDF by itself?
One answer, yes. Since April 2026 you can ask Gemini to create a PDF, Word or Markdown file of a response and it generates the file inside the chat, and every response has had an Export to Docs option for longer than that. What Gemini does not offer is a PDF of the whole conversation with your prompts included; for that you print the page or use an extension such as AI to PDF.
How do I export a Gemini chat to Google Docs?
Under the response you want, open the share and export menu and choose Export to Docs. A new Google Doc opens with that one response in it; tables can go to Sheets the same way. It is per response, not per chat, so for a long conversation you repeat it for each answer you need and you add your own prompts by hand.
Does Google Takeout export Gemini chats?
Yes, as part of your Gemini Apps activity. Go to takeout.google.com, deselect everything except the Gemini entry, and request the archive. Google emails a download link when it is ready, which can take hours or, for large accounts, days. You get activity records for every conversation in the account, not a document for one chat, and not a PDF.
Why does printing a Gemini chat cut off older messages?
Because Gemini loads a long conversation in pieces as you scroll up, and the print dialog can only paginate what is on the page at that moment. If you print without scrolling to the top first, the older exchanges are simply not there. Scrolling all the way up before you press Ctrl+P helps; a share link prints a little cleaner because it drops the sidebar.
Is Gemini's thinking included when I export the chat?
With AI to PDF, no, on purpose: the collapsed reasoning above some answers is left out, along with the sources list and the disclaimer line under each response, so the document contains what Gemini actually answered. Gemini's own file export and Export to Docs only ever contain the response, so they leave the thinking out as well.
Can I export a Gemini chat as Markdown instead of PDF?
Yes. In AI to PDF choose Markdown instead of PDF and a .md file downloads straight away, with fenced code blocks, GitHub-flavoured tables and clear You and Assistant sections for the whole conversation. Markdown exports are free and unlimited on every plan, which makes them the right choice for Obsidian, Notion or a Git repository.
More questions about how the extension handles each site, supported browsers and the free plan in the full FAQ.
Your next Gemini chat, as a document
Install free, export three documents today, and see what a complete transcript with both sides of the conversation looks like.
Add AI to PDF to Chrome