What this demonstrates
Create interactive and flattened PDF forms
A TX Text Control template can contain Word-compatible form fields that are exported as interactive PDF AcroForm controls.
Preselect mode supplies initial values while preserving the fields for the recipient. Replace mode converts those values into static document content for archival or final distribution.
API used
MailMerge.FormFieldMergeType
How it works
The controller loads the vendor form template, merges the submitted values, and selects FormFieldMergeType.Preselect for an interactive form or FormFieldMergeType.Replace for flattened output.
Source files
See the implementation
The complete demo is encapsulated in Demos/Pdf/FormsProcessing/FormsCreation.