poppler-rs 0.23.0

High-level (safe) bindings for poppler-glib
docs.rs failed to build poppler-rs-0.23.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: poppler-rs-0.21.0

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