How to save a ChatGPT conversation as PDF
ChatGPT has no button that saves a single chat as a PDF. Every method people use is a workaround, and the two most common ones fail in ways that are easy to predict once you know what they actually do. This guide covers four ways to save ChatGPT conversation as PDF, when each is the right pick, how to save ChatGPT chat on iPhone or Android, and how to export part of a ChatGPT conversation instead of all of it.
Why there is no built-in way to save ChatGPT conversation as PDF
As of September 2026, chatgpt.com has no per-chat download on any plan. The only PDF button in the product belongs to Deep Research reports on the Plus, Pro and Team plans, and it downloads the report, not the conversation around it. Everything else is one of four workarounds: the browser's print dialog, the account-wide data export in Settings, a public share link fed to a web converter, or a browser extension that reads the page you have open.
Which one is right depends on three things: how long the chat is, whether it contains code, tables or images, and whether you are comfortable with the content passing through someone else's server. People searching for how to save ChatGPT conversation as PDF nearly always try the print dialog first, so that is where this guide starts, and it says plainly where each method breaks.
Method 1: save ChatGPT conversation as PDF with Chrome's print dialog
This is the method every guide starts with, and for a short, text-only chat it is genuinely enough.
- Open the conversation on chatgpt.com in Chrome, Edge or Brave.
- Before printing, switch ChatGPT to the light theme (profile menu → Settings → General → Theme). It saves ink and avoids white-on-white text.
- Press Ctrl+P (Cmd+P on a Mac).
- Set Destination to Save as PDF.
- Under More settings, untick Headers and footers if you do not want the URL and date on every page, then click Save.
The real problems with printing ChatGPT
- Long chats get cut off. The message list on chatgpt.com is its own scrolling box inside a fixed-height layout, and in long conversations ChatGPT keeps only the messages near your scroll position loaded on the page. The print engine paginates what is in that box, not what you think of as the conversation. The result is a PDF with the last screen or two and nothing before it. The mechanism and the print settings that help are in our guide on why ChatGPT print cuts off.
- Dark theme wastes ink or loses text. With the dark theme active you either print a black background on every page, or Chrome strips the background and leaves white text on white paper, which reads as missing text.
- The sidebar and the prompt box come along. The chat list, the composer at the bottom and the top bar are part of the page, and the print stylesheet does not remove them cleanly. You get UI chrome on page one and often a blank strip at the bottom of every page.
- No page breaks in code. Code blocks split mid-line across pages, the language label and the Copy button print as stray text, and wide tables are clipped at the right edge instead of wrapping.
If you only need a quick copy of one short answer, print is fine. For anything you will send to a client, keep in an archive or read again in a year, it usually is not.
Method 2: export ChatGPT conversation history with the account data export
OpenAI provides one way to export ChatGPT conversations, and it is all of them at once, for the whole account. It lives under the profile menu → Settings → Data controls → Export data. Click Confirm export, then wait for an email with the subject line "Your data export is ready" and download the ZIP before the link in it expires.
Inside the ZIP you get chat.html, a single long page that opens in any browser and lists every conversation; conversations.json, the raw data with every message, timestamp and model; and a few smaller JSON files. Images you uploaded are included as files.
When the data export is the right choice
Use it when you want a backup of everything, when you are moving your history into another tool, or when you need a machine-readable copy for your own records. Nothing else, including AI to PDF, does whole-history export, and no extension should pretend to replace it.
Why it does not save one chat as a PDF
- It is not per chat. The export is the whole account, which for most people is hundreds of conversations in one HTML file.
- It is not a PDF. You get HTML and JSON. To end up with a PDF you open chat.html and print the section you need, which sends you straight back to Method 1 and its problems.
- It is slow. The email usually arrives within minutes, but it can take up to a day, and every export is a snapshot at the moment you requested it. A chat you continue afterwards needs a new export.
Method 3: ChatGPT share link to PDF with a web converter
Several websites take a chatgpt.com share link and return a PDF. The flow is short: open the chat, click Share at the top, click Create link, copy the URL, paste it into the converter, download the file. It works from any device, including a phone, which is why people reach for it.
What it costs is privacy, in two steps that are easy to overlook:
- The link is public. Anyone who has the URL can read the conversation without signing in. Share links are not password protected and do not expire on their own.
- A third-party server reads the whole chat. The converter downloads the shared page on its servers to build the PDF. From that moment you depend on their retention policy, their logging and their security.
The shared view is also a snapshot: messages you add after creating the link are not in it until you update the link. When the conversation is harmless, none of this matters. When it contains client data, personal details or code with credentials, it matters a lot. If you do use a ChatGPT share link to PDF service, delete the link afterwards under Settings → Data controls → Shared links.
Method 4: AI to PDF, one click, rendered in your browser
AI to PDF is a Chrome extension by PIXON that reads the conversation from the chatgpt.com tab you already have open and rebuilds it as a document. The steps:
- Install AI to PDF from the Chrome Web Store and open any conversation on chatgpt.com.
- Click the extension button. The side panel shows three choices: PDF or Markdown, All messages, Last reply or Pick, and a light or dark document theme.
- Click Export. A print-ready tab opens with Chrome's print dialog and "Save as PDF" already selected. Choose a folder and save.
What makes the output different from a printed page:
- Every message is read before rendering. The extension scrolls through the message list so that messages ChatGPT had unloaded are brought back, then builds the document from the complete conversation. Long chats do not get cut off.
- It is a document, not a screenshot of a web app. Clear You / Assistant turns, real headings, lists, blockquotes, tables that keep their columns, page numbers, and no sidebar or prompt box.
- Code prints correctly. Code blocks keep their language label and use a monospace font with ligatures switched off, so arrows and comment markers come out exactly as typed.
- Images and citations are kept. Images ChatGPT generated and files you uploaded are embedded; web-search citations become footnote links without tracking parameters.
- Rendered in your browser. The conversation content never leaves it. The only thing our server sees is an anonymous install ID and a daily export count, which is how the free limit and PRO licences work.
The free plan gives you 3 PDF exports a day with a small "Exported with AI to PDF" line at the end of the document, and unlimited Markdown exports. PRO removes the line and the limit for €2.99 a month or €24.99 a year, and one licence works on up to 5 devices. Details on the pricing page.
Where it does not help: it runs in desktop Chromium browsers only, so not on a phone; it exports the conversation you have open, not your whole history; and like every tool that reads the chatgpt.com page, it needs an update when OpenAI changes the page structure. Those updates are listed in the changelog.
Which method should you use?
Four ways to export ChatGPT conversations, matched to the situation you are in:
| Situation | Best method | Why |
|---|---|---|
| Short chat, plain text, no one else will see it | Print to PDF | Ten seconds, no install, good enough |
| Backup of your entire ChatGPT history | Data export | The only way to export ChatGPT conversations in bulk, as HTML and JSON |
| Chat is already public and you are on a phone | ChatGPT share link to PDF converter | Works anywhere; acceptable when there is nothing sensitive |
| Long chat, code, tables or images | AI to PDF | Complete conversation, designed layout, built in your browser |
| Export part of a ChatGPT conversation for a client or colleague | AI to PDF, Last reply or Pick | Two clicks, no UI chrome, no footer on PRO |
| You want a file for Obsidian, Notion or a repo | AI to PDF, Markdown | Free and unlimited, see below |
How to save ChatGPT chat on iPhone or Android
The ChatGPT mobile app has no print or PDF option, and mobile browsers do not run extensions, so to save ChatGPT conversation as PDF from a phone you have two workable routes.
Route 1: print from the phone's browser
iPhone: open chatgpt.com in Safari rather than the app, sign in and open the chat. Tap the Share icon, then Options at the top of the share sheet, choose PDF, and save to Files. Android: open the chat in Chrome, tap the three-dot menu → Share → Print, and pick Save as PDF as the printer. Both routes have the same cut-off problem as desktop printing, and it is worse on a small screen because fewer messages are loaded at once.
Route 2: finish it on your computer
Conversations sync to your account, so a chat you had on the phone is already in the sidebar on your desktop. Open it there, click Export in AI to PDF, and save. If the PDF needs to go back to the phone, save it to a cloud folder. If the conversation belongs to someone else, ask them for a share link and open that on desktop instead. This is the route we recommend when you want to save ChatGPT chat on iPhone without losing half of it.
How to export part of a ChatGPT conversation
A common case: a sixty-message chat where one answer is the deliverable, and you do not want to export ChatGPT conversation history around it. AI to PDF gives you two ways to export part of a ChatGPT conversation:
- Last reply exports only the most recent assistant message. It is the fastest way to hand one answer to someone.
- Pick puts a checkbox on every message in the chat. Tick the ones you want, in any combination, and export. The document keeps the original order and the same layout as a full export.
Without an extension, the closest equivalent is the Copy button under each answer, pasted into a Google Doc or Word file and saved as PDF from there. It works for prose; tables and code blocks tend to lose their formatting on the way.
Prefer Markdown to PDF?
If the destination is Obsidian, Notion, a wiki or a Git repository, a PDF is the wrong format. The same button can export ChatGPT conversations as a Markdown file with fenced code blocks and GitHub-flavoured tables, free and unlimited on every plan.
Frequently asked questions
Can I save a ChatGPT conversation as PDF without an extension?
Yes. For a short chat, press Ctrl+P (Cmd+P on Mac), choose Save as PDF as the destination and switch ChatGPT to the light theme first. For long chats the print output is usually cut off, because chatgpt.com keeps only part of the message list on the page. The account data export gives you HTML and JSON, not PDF, and a share link plus a web converter works but makes the chat public. AI to PDF is the option that gives you a complete, designed PDF in one click without any of that.
Why does my ChatGPT PDF stop after a few pages?
The conversation on chatgpt.com scrolls inside its own box of fixed height, and in long chats ChatGPT unloads messages that are far from your scroll position. Chrome's print engine paginates what is inside that box at print time, so the PDF ends where the loaded messages end. Printing the page cannot fix that; a tool that reads every message before rendering can. We explain the mechanism and the settings that help in the guide on ChatGPT print cutting off.
How do I export ChatGPT conversation history all at once?
Use the data export: profile menu, Settings, Data controls, Export data. OpenAI emails you a ZIP with chat.html and conversations.json covering every conversation in the account. It is the right tool for a full backup, but it is not per chat and it is not PDF. To turn one of those conversations into a PDF, open chat.html in a browser and print the section you need, or open the live chat on chatgpt.com and export it with AI to PDF.
How do I save a ChatGPT chat on iPhone?
The ChatGPT app has no PDF option. Open chatgpt.com in Safari, sign in, open the chat, tap the Share icon, then Options, then PDF, and save it to Files. Long chats will be cut off in the same way as on desktop. The cleaner route is to open the same conversation on your computer, where it is synced to your account, and export it there with AI to PDF.
Can I export part of a ChatGPT conversation?
Yes. In AI to PDF choose Last reply to export only the latest answer, or Pick to tick the messages you want and leave the rest out. The picked messages keep their order and the same document layout. Without an extension, the closest thing is copying individual answers with the Copy button and pasting them into a document, which loses some table and code formatting.
Is a ChatGPT share link to PDF converter safe to use?
It depends on what is in the chat. Creating a share link makes the conversation readable by anyone who has the URL, and the converter's server downloads the whole conversation to build the PDF. For a chat about a recipe that is fine; for client work, personal details or code with credentials it is not. If you use one, delete the share link afterwards under Settings, Data controls, Shared links. AI to PDF avoids the issue by rendering the PDF inside your browser.
More on how to save ChatGPT conversation as PDF, browser support and what the free plan includes in the full FAQ.
Your next ChatGPT chat, as a document
Install free, export three PDFs today, and compare them with what Ctrl+P gave you.
Add AI to PDF to Chrome