xfa-layout-engine 1.0.0-beta.3

Box-model and pagination layout engine for XFA forms. Experimental — part of the PDFluent XFA stack, under active development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! XFA Layout Engine — Box Model and pagination.
//!
//! Implements the XFA layout algorithms from XFA 3.3 §4 and §8,
//! including positioned/flowed layout, content splitting, and pagination.

pub mod error;
pub mod form;
pub mod layout;
pub mod scripting;
pub mod text;
pub mod types;