laser-pdf 0.5.0

A Rust library for programmatic PDF generation with precise, predictable layout control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/elements/rotate.rs
expression: content.into_passes()
---
[
    Measure {
        width: WidthConstraint {
            max: 500.0,
            expand: false,
        },
        first_height: 16.0,
        full_height: None,
    },
]