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
7
8
9
10
pub mod css;
pub mod dom;
pub mod html;
pub mod jpeg;
pub mod markdown;
pub mod math;
pub mod png;
#[allow(dead_code)]
pub mod svg;
pub mod ttf;