fschutt / printpdf

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

makepdf, built on top of printpdf #187

Closed chipsenkbeil closed 1 month ago

chipsenkbeil commented 1 month ago

Wanted to introduce makepdf, a binary where you write Lua scripts to build out PDFs, powered by the printpdf library!

Didn't see a discussion section enabled to share this, so added it as an issue. 😄

Thanks for putting in so much work to build out this library!

fschutt commented 1 month ago

Yeah, this is what printpdf was intended.

I didn't want to support every possible feature of PDF, just the basic blocks so people can build on top.

Good work keep it up 👍