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

#7 in Data formats

Download history 303/week @ 2024-01-11 217/week @ 2024-01-18 255/week @ 2024-01-25 337/week @ 2024-02-01 287/week @ 2024-02-08 282/week @ 2024-02-15 437/week @ 2024-02-22 776/week @ 2024-02-29 638/week @ 2024-03-07 625/week @ 2024-03-14 414/week @ 2024-03-21 577/week @ 2024-03-28 420/week @ 2024-04-04 298/week @ 2024-04-11 223/week @ 2024-04-18 249/week @ 2024-04-25

1,344 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–16MB
~233K SLoC