ahtml2pdf-rust
Pure Rust HTML to PDF converter without external browser dependencies.
active
| devtools
Tech Stack
Rust html5ever cssparser printpdf
About
A lightweight, dependency-free HTML-to-PDF conversion tool built natively in Rust. Covers HTML5 parsing with error recovery, basic CSS support, block layout computation, system font integration, and PDF generation. Future phases include flexbox/grid layouts, image rendering, and web font support. Designed to eliminate Chrome/WebKit dependencies while maintaining reliable document generation.