rpdfium 7676.6.4

A faithful Rust port of Google's PDFium PDF rendering engine
Documentation
1
2
3
4
5
6
7
8
9
# rpdfium

The main facade crate for `rpdfium`, a faithful Rust port of Google's PDFium.

This crate re-exports the public API from the sub-crates and provides the primary entry point for users. For high-level documentation and usage examples, please refer to the [main repository README](https://github.com/paradyno/rpdfium).

## Features
- **cjk**: Enables CJK font support.
- **icu**: Enables advanced text extraction via ICU4X.