Filling out forms
For general information on how to programmatically fill form(s), refer to Chapter 4 of the iText Jumpstart tutorial (Java/.NET). This gives detailed instructions on creating interactive form fields based on AcroForm technology and filling them with iText Core.
These examples were written in answer to questions such as:
C04E04_FillForm
##GITHUB:https://github.com/itext/i7js-examples/blob/master/src/main/java/com/itextpdf/samples/sandbox/acroforms/FillFormSpecialChars.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/acroforms/FillFormSpecialChars.cs##
fillformspecialchars
##GITHUB:https://github.com/itext/i7js-examples/blob/master/src/main/java/com/itextpdf/samples/sandbox/acroforms/FillFormSpecialChars2.java##
fillformspecialchars2
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/acroforms/FormatFields.cs##
formatfields
##GITHUB:https://github.com/itext/i7js-examples/blob/master/src/main/java/com/itextpdf/samples/sandbox/acroforms/MultiLineField.java##
multilinefield
##GITHUB:https://github.com/itext/i7js-examples/blob/master/src/main/java/com/itextpdf/samples/sandbox/acroforms/FillFormSpecialChars.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/acroforms/FillFormSpecialChars.cs##