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
6
7
8
9
10
11
12
13
14
15
16
17
use crate::render::pdf::border_images::BorderImageShadings;

include!("foundation.rs");
mod flex_cells;
mod stacking;
include!("conic_and_effects.rs");
include!("document_basics.rs");
include!("images.rs");
include!("paint_and_transforms.rs");
include!("gradient_masks.rs");
include!("text_encoding.rs");
include!("backgrounds.rs");
include!("layout.rs");
include!("fonts_and_metrics.rs");
include!("nested_boxes.rs");
include!("nested_tables.rs");
include!("math_and_writer.rs");