Crates.io | poppler-rs |
lib.rs | poppler-rs |
version | 0.24.1 |
source | src |
created_at | 2021-11-19 21:41:16.441576 |
updated_at | 2024-07-10 23:06:44.710525 |
description | High-level (safe) bindings for poppler-glib |
homepage | |
repository | https://gitlab.gnome.org/World/Rust/poppler-rs |
max_upload_size | |
id | 484637 |
size | 371,869 |
A high-level (safe) set of Rust bindings for poppler's glib interface.
poppler is a PDF rendering library with a cairo backend.
There's no nice tutorial or sample code for now: check out the rustdoc to see what types are available.
But generally, usage involves:
Document
, maybe from a &[u8]
slice.