ironpress 1.4.3

Pure Rust HTML/CSS/Markdown to PDF converter with layout engine, LaTeX math, tables, images, custom fonts, and streaming output. No browser, no system dependencies.
Documentation
1
2
3
4
5
6
pub(crate) mod background;
pub mod pdf;
pub(crate) mod pdf_fonts;
pub mod shading;
pub(crate) mod svg_geometry;
pub mod svg_to_pdf;