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 183/week @ 2024-01-13 276/week @ 2024-01-20 264/week @ 2024-01-27 283/week @ 2024-02-03 285/week @ 2024-02-10 407/week @ 2024-02-17 407/week @ 2024-02-24 857/week @ 2024-03-02 638/week @ 2024-03-09 519/week @ 2024-03-16 420/week @ 2024-03-23 604/week @ 2024-03-30 344/week @ 2024-04-06 257/week @ 2024-04-13 279/week @ 2024-04-20 251/week @ 2024-04-27

1,178 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

~8–16MB
~240K SLoC