10 unstable releases (3 breaking)

0.5.0 Mar 15, 2024
0.3.2 Mar 22, 2022
0.3.0 May 31, 2019
0.2.4 Nov 16, 2018
0.2.1 Jul 4, 2018

#634 in Text processing

Download history 52/week @ 2024-01-01 119/week @ 2024-01-08 85/week @ 2024-01-15 83/week @ 2024-01-22 62/week @ 2024-01-29 84/week @ 2024-02-05 47/week @ 2024-02-12 83/week @ 2024-02-19 123/week @ 2024-02-26 71/week @ 2024-03-04 225/week @ 2024-03-11 70/week @ 2024-03-18 56/week @ 2024-03-25 115/week @ 2024-04-01 47/week @ 2024-04-08 50/week @ 2024-04-15

276 downloads per month
Used in 2 crates

GPL-2.0 license

17KB
382 lines

poppler-rs

poppler Documentation

libpoppler is a library for rendering PDF files, this crate is Rust bindings to it.

It uses cairo for rendering, as a result PDF content can be drawn onto a number of surfaces, including SVG, PDF or PNG.

[!WARNING] libpoppler is based on the GPL-licensed xpdf-3.0 and is unlikely to ever be released under a different license. As a result, every program or library linking against this crate must be GPL licensed as well.

The crate has only been tested on Linux; ensure that libpoppler-glib is installed to use it.

Dependencies

~6.5MB
~140K SLoC