#pdf #cairo #rendering #bindings #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

#575 in Text processing

Download history 185/week @ 2024-09-25 76/week @ 2024-10-02 44/week @ 2024-10-09 65/week @ 2024-10-16 31/week @ 2024-10-23 24/week @ 2024-10-30 29/week @ 2024-11-06 20/week @ 2024-11-13 27/week @ 2024-11-20 114/week @ 2024-11-27 101/week @ 2024-12-04 77/week @ 2024-12-11 35/week @ 2024-12-18 17/week @ 2024-12-25 9/week @ 2025-01-01 25/week @ 2025-01-08

94 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

~5.5MB
~119K SLoC