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

DeepSeek Reasonix: Native Coding Agent with High Caching and Low Cost
Reasonix is a DeepSeek-native AI coding agent for the terminal, focusing on high caching efficiency and low inference cost.

Running Qwen3.6-35B-A3B-UD-Q5_K_XL Locally with VS Code Copilot on AMD R9700
A user shares their working llama.cpp setup for Qwen3.6-35B-A3B-UD-Q5_K_XL on a single AMD R9700 with Vulkan, achieving full website and Playwright test generation from scratch with minimal nudging.

HomeClaw Plugin Connects Apple HomeKit to OpenClaw
HomeClaw is an OpenClaw plugin that connects Apple Home/HomeKit devices to OpenClaw. It requires an Apple Developer Account to build and run due to Apple HomeKit restrictions for notarized distributions.

Reduce AI Coding Session Costs by 90% with Graph-Based Code Indexing
A developer built a local graph database that indexes a codebase using LLM-generated summaries, cutting Claude Code session costs from $6-10 to cents by avoiding redundant file re-reads.