pdfium-render 0.8.36

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod action;
pub mod appearance_mode;
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; // Keep private so that internal macros are not exposed.