ironpress 1.4.4

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
mod forced_break;
mod graphical_overflow;

pub(crate) use forced_break::split_flow_at_descendant_break;
pub(crate) use graphical_overflow::transfer_page_spanning_graphical_effects;