Reddit threads are gold — long expert discussions, niche Q&A, deep dives on obscure topics. They’re also fragile. Original posters delete accounts. Mods remove threads. Reddit archives old content. If you want to keep a thread forever, you need to save it yourself.
Here’s how to save a Reddit thread with all its comments as a PDF or Markdown file. Free, in 2026.
Why you’d want to save a Reddit thread
Most common reasons:
- Reference value. Found a great discussion on a niche topic you want to come back to.
- Sharing outside Reddit. Forwarding a PDF is easier than sharing a Reddit link and explaining Reddit to non-users.
- Archive. Reddit content disappears. OP deletes their account, mods remove the thread, Reddit purges old content. Having a local copy means you control it.
- Research. If you’re doing analysis, content research, or just collecting interesting threads, local archives are searchable and indexable.
What “saving the thread” should include
A complete Reddit save has:
- The original post — title, body, OP info, timestamp, score, subreddit, flair
- All top-level comments — author, body, score, timestamp
- All nested replies — with proper indentation showing the conversation structure
- Awards — usually dropped (cosmetic only)
- Timestamps — original post + comments, useful for context
Some content won’t survive cleanly:
- Polls — Reddit’s polls are interactive on the web; export as “Question: X | Option: A (45%) | Option: B (35%)”
- Images — usually saved, sometimes as Markdown image links
- Videos — typically exported as links to the original
- Crossposts — included if they exist, with reference to original
Method 1: Use a Reddit-to-PDF tool (fastest)
→ Try our free Reddit to PDF tool
What you do:
- Open the Reddit thread (old.reddit.com works best for sharing the URL — newer reddit URLs include tracking junk)
- Copy the URL
- Paste into the tool
- Get a clean PDF or Markdown file with the full thread
What gets preserved:
- Full comment tree (parent → replies nesting)
- All authors and timestamps
- Comment scores
- Original post with metadata
- Markdown formatting (bold, italic, links, code blocks) inside comments
What does NOT work:
- Deleted comments (gone from the source, can’t recover)
- Removed comments (same)
- Comments in private/quarantined subreddits (you need to be a member)
- Comments on NSFW threads if you’re not logged in to an 18+ account
Method 2: Reddit’s built-in “Save” feature
Reddit has a Save button on every post and comment:
- Click the bookmark icon under the post (or comment)
- It’s added to your Saved tab in your profile
Saved posts live in your Reddit account. They:
- Disappear if your account is deleted/banned
- Don’t work offline
- Are tied to Reddit’s UI for browsing
- Can’t be exported in bulk easily
For personal reference inside Reddit’s ecosystem, this is fine. For “save forever” use cases, you’ll want Method 1.
Method 3: Browser print-to-PDF
Every browser has Print → Save as PDF:
- Open the Reddit thread
Ctrl+P(orCmd+P)- Save as PDF
The result is functional but ugly:
- Reddit’s full sidebar, header, footer all included
- The comment tree is hard to follow (because Reddit’s CSS collapses nested replies)
- Comment scores and metadata are sometimes missing
- The output is many pages of mostly-empty space
You’d want to use old.reddit.com for the source URL — it has a simpler layout that prints better. Even then, Method 1 is much cleaner.
Method 4: Manual copy-and-paste
For short threads (under 20 comments), manual works:
- Open the thread (old.reddit.com is friendlier for this)
- Click “Show source” or “View source” on each comment you want to keep
- Copy the markdown-ish text
- Paste into a single document
- Manually reconstruct the nesting
Tedious. But for one critical comment you want to preserve verbatim, this works.
Dealing with large threads
The biggest practical problem Reddit threads pose is size. A popular thread can have:
- 50,000+ comments
- 20+ levels of nesting
- Hundreds of deleted or removed comments
- Multiple pinned posts, moderator comments, automod messages
Loading the full thread via JSON API (which is what most tools use) is rate-limited. Large threads can take a minute or two to fully fetch. Tools handle this by:
- Limiting depth (skip comments past depth 10 unless explicitly requested)
- Skipping removed/deleted comments by default
- Batch loading the JSON in chunks
Our tool fetches the full thread including all comments. For very long threads, that takes 30-60 seconds — normal for the use case.
The deleted-comment problem
If a comment shows as [deleted] on Reddit, the actual text is gone from Reddit’s response. The metadata (author, timestamp, depth) might still be visible if it’s not [deleted] for both author and body.
The comment hierarchy is also often lost for deleted comments — Reddit returns them as top-level regardless of where they were in the original conversation.
If a critical comment you wanted to save is [deleted], there’s no way to recover it. Reddit doesn’t keep a backup, and neither do the archive services. Save early, save often.
For threads you really care about, save them within a few days of posting. The longer you wait, the higher the chance of comments being edited, deleted, or removed by mods.
Reading saved Reddit threads offline
Once you’ve exported to PDF or Markdown, reading offline is easy:
- PDF — opens in any PDF reader, on any device
- Markdown — opens in any text editor, searchable with
Ctrl+F - HTML — opens in any browser
For research workflows, Markdown is best because:
- Search works across thousands of threads
- Notes can be added inline
- Files are small (a 500-comment thread is ~200KB as Markdown vs ~5MB as PDF)
- Works in Obsidian, Notion, DevonThink, etc.
Try it now
Got a Reddit thread worth keeping?
- Copy the thread URL (old.reddit.com URLs work best)
- Paste into our Reddit to PDF tool
- Download PDF or Markdown — full thread, all comments, preserved hierarchy
Total time: 15 seconds.
Related tools: Reddit to PDF · Save Reddit Thread · Reddit Thread Export