AI Chat Exporter: A Chrome Extension for High-Fidelity Claude Conversation PDFs

AI Chat Exporter is a Chrome extension that solves the problem of messy formatting when saving Claude AI conversations to PDF, particularly for content heavy on math and code. Standard "Print to PDF" methods often break layouts, but this tool aims to maintain fidelity.
Key Details
The developer created this tool after facing issues with broken formatting when trying to save Claude conversations for research purposes. The core solution involves a custom rendering engine built with assistance from Claude 3.5 Sonnet.
- High-fidelity preservation: PDFs maintain the aesthetic of the actual Claude interface
- Math and code handling: Renders high-quality math formulas and preserves code formatting
- Image support: Auto-unwraps screenshots within conversations
- Formatting specialization: The engine specifically handles progressive markdown and Claude's LaTeX formatting
- Privacy-first approach: All text and markdown processing happens 100% locally in your browser
- Free tier: Core export functionality is available for free
- Platform: Available as a Chrome extension via the Chrome Web Store
The developer is seeking feedback from Claude power users regarding formatting tweaks and potential new features.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Debugs and Fixes Its Own MCP Filesystem Server UNC Path Bug on Windows
A developer used Claude Opus to diagnose and patch a bug in the MCP Filesystem Server where UNC network share paths on Windows failed for subdirectory operations. The fix addresses a path validation issue that prevented access to files and folders within UNC shares.

Eä: A SIMD Compiler for Python Written in Rust
A developer built Eä, a compiler for SIMD kernels in ~12k lines of Rust that generates shared libraries and Python wrappers from .ea files, achieving 6.6× speedups over NumPy without ctypes or build systems.

AI Agent Embedded in Shell: Terminal Buffer & Overlay Extension
Open-source shell with embedded AI agent that reads terminal output and types commands via a floating overlay. Supports local and cloud models.

Obsidian Integration for Persistent Memory in OpenClaw and Claude Code
A Reddit user demonstrates how connecting OpenClaw and Claude Code to an Obsidian vault creates persistent long-term memory across sessions. The setup automatically links memories, context, project files, and notes, with all instances able to access shared memory when needed.