API Reference pdf_elixide v#0.5.0

Copy Markdown View Source

Modules

Elixir bindings for pdf_oxide, a high-performance PDF library written in Rust.

Read-only representation of a PDF document.

Representation of a page of a PDF document.

A single line of text extracted from a PDF page, with its zero-based page index, bounding box, and constituent words.

A single word extracted from a PDF page, with its zero-based page index, bounding box, and font metadata.

Mutable, in-memory PDF editor backed by pdf_oxide's DocumentEditor.

Representation of the form fields within a PDF document.

Representation of a form field within a PDF document.

An axis-aligned rectangle in PDF user-space coordinates.