Interface IPdfPageFormCopier

All Superinterfaces:
IPdfPageExtraCopier
All Known Implementing Classes:
PdfPageFormCopier

public interface IPdfPageFormCopier extends IPdfPageExtraCopier
This interface extends the logic of the {#link IPdfPageExtraCopier} interface to copy AcroForm fields to a new page.
  • Method Details

    • recreateAcroformToProcessCopiedFields

      void recreateAcroformToProcessCopiedFields (PdfDocument documentTo)
      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.