# pdfluent-forms
AcroForm engine for PDF interactive forms — read, fill, flatten, export form data.
This crate is part of the [PDFluent](https://pdfluent.com) commercial Rust PDF SDK.
**Free for evaluation. Production use requires a valid license.**
## What it does
Parses, fills, and flattens PDF AcroForms. Supports text fields, checkboxes, radio buttons, choice fields, and signature placeholders. Includes XML and JSON form-data round-trip.
## Status
Beta. Production-grade — 100% pass on the AcroForm test suite.
## Usage
Most users do not depend on this crate directly. Use the [`pdfluent`](https://crates.io/crates/pdfluent) facade:
```rust
use pdfluent::prelude::*;
```
For low-level access, see <https://pdfluent.com/docs>.
## Licensing
- Free for evaluation, development, and testing
- Production use requires a valid PDFluent commercial license
- Redistribution requires the OEM Redistribution add-on
See [LICENSE](LICENSE) for full terms, or visit <https://pdfluent.com/terms>.
## Links
- Main crate: <https://crates.io/crates/pdfluent>
- Documentation: <https://pdfluent.com/docs>
- Trial: <https://pdfluent.com/trial>
- Pricing: <https://pdfluent.com/pricing>