dxpdf 0.2.8

A fast DOCX-to-PDF converter powered by Skia
1
2
3
4
5
6
7
8
9
//! DrawingML parsing — fully serde-based.
//!
//! See [`schema`] for the type-by-type schemas (color, fill, stroke, effect,
//! geometry, picture, shape, anchor, inline). Consumers (body, numbering,
//! notes) call the top-level `InlineXml::into_image(ctx)` /
//! `AnchorXml::into_image(ctx)` / `PictureXml` / `WspXml::into_model(ctx)`
//! entry points directly.

pub mod schema;