Using forms for reporting
A series of examples that allow you to create reports using forms.
These examples were used to answer questions such as:
mergeforms
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/MergeForms.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/MergeForms.cs##
mergeforms2
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/MergeForms2.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/MergeForms2.cs##
fillflattenmerge1
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/reporting/FillFlattenMerge1.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/reporting/FillFlattenMerge1.cs##
fillflattenmerge2
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/reporting/FillFlattenMerge2.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/reporting/FillFlattenMerge2.cs##
fillflattenmerge3
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/reporting/FillFlattenMerge3.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/reporting/FillFlattenMerge3.cs##
fillform
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/reporting/FillForm.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/reporting/FillForm.cs##
flattenform
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/acroforms/reporting/FlattenForm.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/acroforms/reporting/FlattenForm.cs##
Resources
https://github.com/itext/i7js-examples/blob/develop/src/main/resources/data/united_states.csv
https://github.com/itext/i7js-examples/blob/develop/src/main/resources/pdfs/state.pdf
https://github.com/itext/i7js-examples/blob/develop/src/main/resources/pdfs/subscribe.pdf
Results
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/cmp_merge_forms.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/cmp_merge_forms2.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/reporting/cmp_fill_flatten_merge1.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/reporting/cmp_fill_flatten_merge2.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/reporting/cmp_fill_flatten_merge3.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/reporting/cmp_fill_form.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/acroforms/reporting/cmp_flatten_form.pdf