Crate libharu_ng

Crate libharu_ng 

Source
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§

HpdfBox

Functions§

libharu_version
Returns the version of the libharu library. The version is a string in the format “major.minor.patch”.

Type Aliases§

ErrorCallback
The error callback function type