fschutt / printpdf

An easy-to-use library for writing PDF in Rust
https://docs.rs/printpdf/
MIT License
777 stars 95 forks source link

Finish bookmarks #87

Closed g-w1 closed 3 years ago

g-w1 commented 3 years ago

See the examples/bookmarks.rs for an example of the api.

Closes #85. If my code is not idiomatic/nice please give me feedback and I will correct it.