poppler-rs

Crates.iopoppler-rs
lib.rspoppler-rs
version0.23.0
sourcesrc
created_at2021-11-19 21:41:16.441576
updated_at2024-02-04 13:34:32.274958
descriptionHigh-level (safe) bindings for poppler-glib
homepage
repositoryhttps://gitlab.gnome.org/World/Rust/poppler-rs
max_upload_size
id484637
size370,521
Amos Wenger (fasterthanlime)

documentation

https://world.pages.gitlab.gnome.org/Rust/poppler-rs/stable/latest/docs/poppler

README

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
Commit count: 0

cargo fmt