10 releases (6 breaking)
0.24.1 | Jul 10, 2024 |
---|---|
0.24.0 | Jul 10, 2024 |
0.23.0 | Feb 4, 2024 |
0.22.0 | Jul 24, 2023 |
0.18.2 | Nov 26, 2021 |
#7 in Data formats
2,827 downloads per month
Used in 2 crates
520KB
13K
SLoC
poppler-rs
A high-level (safe) set of Rust bindings for poppler's glib interface.
poppler is a PDF rendering library with a cairo backend.
Usage
There's no nice tutorial or sample code for now: check out the rustdoc to see what types are available.
But generally, usage involves:
- Creating a
Document
, maybe from a&[u8]
slice.- Enumerating pages, rendering them to a cairo surface
Dependencies
~7–15MB
~228K SLoC