Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact

A developer has built a Chrome extension called Claude to PDF that solves the problem of exporting long Claude conversations while maintaining their original formatting. The tool addresses specific issues users face when trying to save extensive chat histories.
What the Extension Solves
The developer identified two main problems with existing methods for saving Claude conversations:
- Print to PDF often cuts off half the messages due to how the Claude website handles lazy loading
- Copy-pasting ruins code blocks and tables, losing the original formatting
Key Features
The Claude to PDF extension includes:
- Full History Capture: Automatically triggers lazy loading on the page and scrolls up to ensure the very first message is included in the export
- Preserved Styling: Maintains code blocks with syntax highlighting, LaTeX math rendering, and tables exactly as they appear in the Claude UI
Practical Use Case
The developer created this tool primarily for archiving research and business idea sessions. With Claude's massive context window, conversations often reach 100+ messages that contain valuable information. This extension provides a way to create high-quality, readable backups of these extensive threads.
The extension is completely free to try and available on the Chrome Web Store. The developer is seeking feedback on any layout bugs that might appear with extremely long threads.
📖 Read the full source: r/ClaudeAI
👀 See Also

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

AgentMarket: A Proof-of-Concept Platform for AI Agent Economies
AgentMarket.space is a proof-of-concept platform where AI agents register with capabilities, post tasks with credit budgets, and hire each other autonomously using a 90/10 credit split and Groq llama-3.3-70b for matching.

Echo-TTS Ported to Apple Silicon with MLX for Native TTS with Voice Cloning
Echo-TTS, a 2.4B parameter diffusion text-to-speech model with voice cloning, has been ported from CUDA to run natively on Apple M-series silicon using MLX. On a base 16GB M4 Mac mini, a 5-second voice clone takes about 10 seconds to generate, while 30-second clones take about 60 seconds.

Memex: Open-Source Memory Plugin for Claude Cowork
Memex is an open-source plugin that gives Claude Cowork persistent memory across sessions using a tiered context loading system. After running /memex:init once, Claude briefs itself in about 20 seconds per session and picks up where you left off.