Package com.itextpdf.kernel.pdf
Interface IPdfPageFormCopier
- All Superinterfaces:
-
IPdfPageExtraCopier
- All Known Implementing Classes:
-
PdfPageFormCopier
This interface extends the logic of the {#link IPdfPageExtraCopier} interface to copy AcroForm fields to a new page.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
recreateAcroformToProcessCopiedFields
(PdfDocument documentTo) Create Acroform from its PDF object to process form field objects added to the Acroform during copying.Methods inherited from interface com.itextpdf.kernel.pdf.IPdfPageExtraCopier
copy
-
Method Details
-
recreateAcroformToProcessCopiedFields
Create Acroform from its PDF object to process form field objects added to the Acroform during copying.All pages must already be copied to the target document before calling this. So fields with the same names will be merged and target document tag structure will be correct.
- Parameters:
-
documentTo
- the target document.
-