Skip to main content

Crate dxpdf

Crate dxpdf 

Source

Re-exports§

pub use error::Error;
pub use render::RenderOptions;
pub use render::DEFAULT_IMAGE_DPI;
pub use render::MIN_IMAGE_DPI;

Modules§

docx
OOXML DOCX parser.
error
field
OOXML field instruction parser and evaluator.
i18n
ICU4X plumbing shared by every i18n gap tracked in issue #124.
model
DOCX document model — fully resolved algebraic data types.
render
PDF renderer for dxpdf — measure, layout, and paint pipeline.

Functions§

convert
Convert raw DOCX bytes into PDF bytes using default RenderOptions.
convert_with_options
Convert raw DOCX bytes into PDF bytes with caller-supplied RenderOptions (e.g. a non-default embedded-image DPI).