Cargo Features

genpdfi has no features set by default.

[dependencies]
genpdfi = { version = "0.2.1", features = ["images", "hyphenation"] }
images = image

Enables embedded_images of printpdf

printpdf:

enables image support with some basic formats

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hyphenation implicit feature

Enables hyphenation

hyphenation:

Knuth-Liang hyphenation for a variety of languages

Affects genpdfi::Context.hyphenator

image images?

Enables image ^0.23.12