ironpress 1.1.1

Pure Rust HTML/CSS/Markdown to PDF converter with layout engine, tables, images, custom fonts, and streaming output. No browser, no system dependencies.
Documentation
1
2
3
4
5
6
7
8
pub mod css;
pub mod dom;
pub mod html;
pub mod markdown;
pub mod png;
#[allow(dead_code)]
pub mod svg;
pub mod ttf;