ajrcarey / pdfium-render

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
https://crates.io/crates/pdfium-render
Other
364 stars 59 forks source link

Resolves #122 Add dest to PdfBookmark #123

Closed xVanTuring closed 1 year ago

xVanTuring commented 1 year ago

As mentioned in issue #122, this commit add a dest function in PdfBookmark to get a PdfDestinationfor page jumping

xVanTuring commented 1 year ago

Aside from the issue, I'm curious if we need some automated tests(something like a e2e, for pdf processing) and I could try to help write and maintain some tests.