#pdf #rendering #bindings #cairo #svg #png #gpl

poppler

Wrapper for the GPL-licensed Poppler PDF rendering library

12 unstable releases (4 breaking)

0.6.0 Dec 3, 2024
0.5.1 Aug 5, 2024
0.5.0 Mar 15, 2024
0.3.2 Mar 22, 2022
0.2.1 Jul 4, 2018

#589 in Text processing

Download history 19/week @ 2024-11-24 181/week @ 2024-12-01 72/week @ 2024-12-08 46/week @ 2024-12-15 27/week @ 2024-12-22 12/week @ 2024-12-29 20/week @ 2025-01-05 49/week @ 2025-01-12 47/week @ 2025-01-19 23/week @ 2025-01-26 73/week @ 2025-02-02 43/week @ 2025-02-09 69/week @ 2025-02-16 71/week @ 2025-02-23 56/week @ 2025-03-02 47/week @ 2025-03-09

252 downloads per month
Used in clip_tex

GPL-2.0 license

21KB
403 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
~142K SLoC