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
# Parity harness binary assets are committed directly as Git blobs.
# NOTE: Git LFS is intentionally NOT used — GitHub forbids a public fork from
# uploading new LFS objects, and this repo is a fork of the upstream. Mark the
# assets binary so git never tries to text-diff or line-normalize them.
tests/parity/oracles/**/*.pdf -text -diff
tests/parity/out/**/*.png     -text -diff
tests/parity/reports/**/*.png -text -diff
tests/parity/fonts/*.ttf      -text -diff

# refs.lock records the sha256 of each fixture and committed oracle PDF;
# plain JSON, text-tracked with stable LF endings.
tests/parity/refs.lock        text eol=lf