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

Bindings for FPDFPage_TransformAnnots() #144

Closed liammcdermott closed 5 months ago

liammcdermott commented 6 months ago

Not much to say here, just adding bindings.

For context: I am experimenting with calling FPDFPage_TransformAnnots() from regenerate_content_immut_for_handle(), as form annotations aren't displaying under some circumstances. But that's another PR for another time.

ajrcarey commented 5 months ago

Many thanks @liammcdermott , all looks good to me.