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

Use new Pdfium::default() implementation consistently in examples. #131

Closed ajrcarey closed 9 months ago

ajrcarey commented 9 months ago

Follow-on from #109. Update all examples except export.rs to use the new Pdfium::default() implementation.