Google AI2026-08-05·7 min read min read

Export Google AI Mode Conversations with Images, Charts, and Sources

The whole point of saving a Google AI Mode answer is the evidence: the image that illustrated the point, the chart that showed the numbers, the source that backed the claim. Most export attempts destroy exactly that. Screenshots clip the images. Copy-paste drops them entirely. Even some browser extensions flatten everything into plain text. This guide shows how to export an AI Mode conversation so the images, charts, tables, and source references survive in the final PDF — and what to check in your export to confirm nothing was lost.

What should survive in an AI Mode export

A good AI Mode export preserves five kinds of content:

  1. Text — the full answer, no clipped sentences
  2. Images — photos and diagrams rendered in place
  3. Charts & tables — data presented the way AI Mode showed it
  4. Code — when the answer includes a code block, the syntax and background should survive
  5. Sources — the citation links with titles and domains

If any of these are missing from your export, you’re not saving the answer — you’re saving a paraphrase of it.

Why most exports lose the images and sources

AI Mode answers load their images and source cards dynamically — the elements aren’t in the page’s initial HTML, they’re rendered by JavaScript after the answer appears. Export tools that read the page too early capture placeholders. Tools that read only text ignore the images. And source chips are often styled in ways that flatten into dead links or nothing at all.

This is also why AI Mode export quality varies so much between tools — the hard part isn’t grabbing text, it’s grabbing the rendered answer: images, charts, and sources after everything has loaded.

Exporting with XWX AI Chat Exporter

Step 1 — Install the extension. Search for XWX AI Chat Exporter in the Chrome Web Store and click Add to Chrome.

XWX AI Chat Exporter in the Chrome Web Store
XWX AI Chat Exporter in the Chrome Web Store

Step 2 — Build your AI Mode conversation

Open google.com/aimode and ask your questions. Include image-heavy follow-ups and queries you know produce charts or tables — this is what we want to verify survives the export.

A Google AI Mode conversation with images and follow-up questions
A Google AI Mode conversation with images and follow-up questions

Step 3 — Let everything finish loading

Wait until every image in the answers has finished loading before exporting. The extension captures the rendered conversation, so a lazy-loading image that hasn’t appeared yet will export as a placeholder. One beat of patience saves you a re-export.

tip: If you see a small icon where an image should be, scroll the answer into view and wait for it to render, then export again.

Step 4 — Click Export and choose PDF

Click the floating XWX button and select PDF. The export captures the complete rendered conversation — images, charts, tables, code, and source references — into a print-ready document.

An exported AI Mode PDF with images and charts preserved in the answer
An exported AI Mode PDF with images and charts preserved in the answer

Step 5 — Verify the export

Open the PDF and check five things before you file it away:

  • [ ] Is every image present, not a placeholder?
  • [ ] Do charts and tables render cleanly?
  • [ ] Do code blocks keep their formatting?
  • [ ] Are the source links readable with titles and domains?
  • [ ] Is your query in the header?

If all five check out, you have a faithful record of the answer.

An exported AI Mode PDF with code blocks and tables rendered cleanly
An exported AI Mode PDF with code blocks and tables rendered cleanly

The Markdown path: exports you can search

When you want the AI Mode answer inside your notes system, export as Markdown instead of PDF. The thread becomes a .md file with the query in YAML frontmatter, ready for Obsidian, Logseq, or Notion — where it’s not just saved, it’s searchable.

An AI Mode conversation exported as Markdown showing YAML frontmatter
An AI Mode conversation exported as Markdown showing YAML frontmatter

Troubleshooting: what to do when something is missing

  • An image exported as a placeholder — the host may have blocked the download. Retry after scrolling the image into view; if it persists, export as Markdown, which handles it differently.
  • A chart looks flat — some AI Mode charts are interactive widgets. Export as PDF renders them as static visuals; if you need the data, export the conversation to JSON.
  • Sources look truncated — source cards with very long titles may wrap. The links themselves are preserved in the file.
note: XWX is honest about platform changes: if Google changes AI Mode’s structure significantly, export may briefly need an extension update. That’s the trade-off of a platform Google doesn’t expose to API export.

Frequently Asked Questions

Does the export keep the images from AI Mode answers?+

Yes. XWX captures the rendered conversation, including images and charts, and includes them in the exported PDF or Markdown.

Are the source references preserved?+

Yes. Source references are kept in place with titles, domains, and links, so the file records where each claim came from.

Why do my current exports lose the images?+

Most tools read the page before images finish rendering, or ignore non-text content. Export tools must capture the fully rendered answer to include images, charts, and source cards.

Can I export AI Mode as Markdown for Obsidian?+

Yes. Markdown exports include the query in YAML frontmatter and are compatible with Obsidian, Logseq, and Notion.

What if an image fails to export?+

If a host blocks the image download, it may fall back to a placeholder. Scroll the image into view and retry; most cases resolve on a second export.

Export Your AI Chats

Free Chrome extension. No account required. Works on 13 AI platforms.

Related Articles