xfa-layout-engine 1.0.0-beta.5

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
12
13
14
15
16
[package]
name = "xfa-layout-engine"
version = "1.0.0-beta.5"
edition.workspace = true
license-file = "LICENSE"
readme = "README.md"
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Box-model and pagination layout engine for XFA forms. Experimental — part of the PDFluent XFA stack, under active development."

[dependencies]
xfa-dom-resolver.workspace = true
formcalc-interpreter.workspace = true
thiserror.workspace = true
log = "0.4"