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
341 stars 52 forks source link

Resolves #122 Add dest to PdfBookmark #123

Closed xVanTuring closed 10 months ago

xVanTuring commented 10 months ago

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

xVanTuring commented 10 months 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.