FormManagerTyped extension

Typed convenience layer over the JSON transport on FormManagerInterface.

Wraps the *Json methods and parses into the typed PdfFormField hierarchy. Parsing is defensive — a field of an unrecognized type is skipped rather than throwing. See documentation/typed-annotations-cross-platform.md.

on

Methods

getFormField(String fieldName) Future<PdfFormField?>

Available on FormManagerInterface, provided by the FormManagerTyped extension

Returns the typed form field named fieldName, or null if not found or of an unrecognized type.
getFormFields() Future<List<PdfFormField>>

Available on FormManagerInterface, provided by the FormManagerTyped extension

Returns all form fields in the document as typed PdfFormFields.