printpdf is a MIT-licensed Rust library for generating PDF files.
Since it supports both WASM and creating PDF files from an HTML-ish
syntax
(to create reports, layout books, etc.), this demo is a playground to debug layout issues.
The CSS / XML / DOM handling and layouting is handled by azul-layout,
so it will have some quirks.