
How to Export a Reddit Thread as a PDF
Reddit has no export button, so save a thread as a PDF from your browser: print to PDF, use reader mode for long threads, and handle mobile and images.
Reddit has no export button, so saving a thread as a PDF means capturing it from the browser — and the method matters, because a long thread with collapsed comments prints very differently from what you see on screen.
The quickest method: print to PDF
In any desktop browser, open the thread and press Ctrl+P (Cmd+P on Mac), then choose Save as PDF as the destination. Two things to do first, because they are what usually goes wrong:
- Expand the comments you want. Reddit collapses deep threads behind "load more comments" links. Anything still collapsed will not be in the PDF — the print output captures the DOM as it currently stands.
- Switch to the old interface if the layout fights you.
old.reddit.com/r/...prints far more cleanly than the current design, which uses lazy-loading and sticky elements that print badly.
Under More settings, turning on Background graphics keeps Reddit's styling; leaving it off gives you a plainer, more readable document that uses less ink.
For long threads: reader mode first
Firefox's Reader View and Safari's Reader strip the sidebar, ads and navigation before you print, which produces a much more readable PDF and often halves the page count. Chrome has no built-in equivalent, though Print Preview with background graphics off gets partway there.
On mobile
iOS: open the thread in Safari, tap Share, then Options → PDF before choosing Save to Files. Choosing "Automatic" instead gives you a web archive rather than a PDF.
Android: Chrome's Share menu has Print, and from there Save as PDF.
Capturing images and video
Print-to-PDF captures images that have loaded, and does not capture video. Scroll through the whole thread before printing so images actually load — Reddit loads them lazily, and an unscrolled thread produces a PDF full of blank spaces.
After you have the PDF
The output is usually longer than it needs to be. Extract pages pulls out just the comments you care about, and compress brings the size down if the thread was image-heavy. If you need to redact usernames before sharing it, the editor removes the underlying text rather than drawing a box over it — worth knowing, because a black rectangle leaves the name in the file.
Frequently asked questions
Why is my PDF missing most of the comments? They were still collapsed when you printed. Expand everything first — the print output only contains what is actually on the page.
Can I export a whole subreddit? Not through printing. That needs the Reddit API and a script, and is subject to their rate limits and terms.
Why does the PDF look nothing like the page?
Print stylesheets differ from screen styles. Try old.reddit.com, or use Reader View, both of which print far more predictably.
Will links in the thread still work? Yes. Print-to-PDF preserves hyperlinks as clickable annotations in most browsers.



