v0.1.0 (unreleased)
Initial release.
~PDFtemplates (HEEx-style, Phoenix.Component-compatible) rendered to PDF natively — no browser or external binaries.- Flexbox layout via Taffy; PDF output via krilla (subsetting, links, bookmarks, metadata).
- Pagination: orphans/widows,
break-before: avoid, keep-with-next, repeating table headers, page header/footer chrome with page counters. - Text: parley shaping (BiDi, complex scripts, dictionary line breaking for
Thai/Lao/Khmer/Burmese/Japanese), font fallback chains, lazy per-script
fallback pool,
.ttcface selection. - Elements: text/spans, boxes, tables, images (PNG/JPEG/GIF/WebP), SVG, barcodes/QR.
- Bundled Liberation Sans default fonts (OFL) for out-of-the-box rendering.
- Precompiled NIF binaries;
MEAD_BUILD=1forces a local source build.