poppler

Crates.iopoppler
lib.rspoppler
version0.5.1
sourcesrc
created_at2018-07-04 20:42:15.651941
updated_at2024-08-05 20:48:46.18825
descriptionWrapper for the GPL-licensed Poppler PDF rendering library.
homepage
repositoryhttps://github.com/DMSrs/poppler-rs
max_upload_size
id72902
size26,720
Marc Brinkmann (mbr)

documentation

README

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.

Commit count: 71

cargo fmt