xberg-pdfium-render 1.1.5

High-level idiomatic Rust wrapper around Pdfium. Fork of pdfium-render with Xberg patches.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod action;
pub mod bitmap;
pub mod color;
pub mod color_space;
pub mod destination;
pub mod document;
pub mod font;
pub mod link;
pub mod matrix;
pub mod path;
pub mod points;
pub mod quad_points;
pub mod rect;
mod transform;