8 releases (5 breaking)

0.23.0 Feb 4, 2024
0.22.0 Jul 24, 2023
0.21.0 Feb 10, 2023
0.20.0 Oct 22, 2022
0.18.2 Nov 26, 2021

#8 in Data formats

Download history 144/week @ 2023-12-22 157/week @ 2023-12-29 253/week @ 2024-01-05 283/week @ 2024-01-12 234/week @ 2024-01-19 275/week @ 2024-01-26 295/week @ 2024-02-02 286/week @ 2024-02-09 373/week @ 2024-02-16 379/week @ 2024-02-23 828/week @ 2024-03-01 645/week @ 2024-03-08 582/week @ 2024-03-15 400/week @ 2024-03-22 635/week @ 2024-03-29 340/week @ 2024-04-05

2,077 downloads per month
Used in 2 crates

MIT license

515KB
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–18MB
~241K SLoC