fschutt / printpdf

A fully-featured PDF library for Rust, WASM-ready
https://fschutt.github.io/printpdf/
MIT License
829 stars 98 forks source link

New API + WASM demo #190

Closed fschutt closed 3 weeks ago

fschutt commented 3 weeks ago

Complete revamp of the API after too many PRs got merged and the internal code became very convoluted. Also adds --html feature to create PDFs from HTML-ish code using azul-layout.

Adds an index.html to demonstrate printpdfs ability to generate PDF files on WASM.