Expand description
Rust bindings for libharu.
libharu is a free, cross platform, open source library for generating PDF files.
This crate provides a high level API for creating PDF files.
Modules§
- document
- PDF-Document related structs and functions.
- font
- The Font module.
- haru_
types - This module contains types that are used in the library.
- image
- The image struct and related functions.
- page
- PDF-Page related structs and functions.
- prelude
- The prelude module.
Structs§
Functions§
- libharu_
version - Returns the version of the libharu library. The version is a string in the format “major.minor.patch”.
Type Aliases§
- Error
Callback - The error callback function type