# ExPdfium v0.2.0 - Table of Contents

> Elixir NIF wrapper for pdfium — Google's Chromium PDF engine — via the Rust pdfium-render crate, shipped as a precompiled binary

## Pages

- [ExPdfium](readme.md)
- [Changelog](changelog.md)

## Modules

- [ExPdfium](ExPdfium.md): Elixir bindings for [pdfium](https://pdfium.googlesource.com/pdfium/), Google's
Chromium PDF engine, via the Rust [`pdfium-render`](https://github.com/ajrcarey/pdfium-render)
crate. The native library ships **precompiled** (`rustler_precompiled`), so
there is no Rust toolchain or separately-installed pdfium to set up.
- [ExPdfium.Bitmap](ExPdfium.Bitmap.md): A rendered page bitmap.
- [ExPdfium.Document](ExPdfium.Document.md): An opaque handle to an open PDF document.

