Interface IPdfPageFormCopier

    • Method Detail

      • 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.