iText 9.1.0 API
|
This interface extends the logic of the {#link IPdfPageExtraCopier} interface to copy AcroForm fields to a new page. More...
Public Member Functions |
|
void | RecreateAcroformToProcessCopiedFields (PdfDocument documentTo) |
Create Acroform from its PDF object to process form field objects added to the Acroform during copying. More... |
|
![]() |
|
void | Copy (PdfPage fromPage, PdfPage toPage) |
Copies a page. More... |
|
This interface extends the logic of the {#link IPdfPageExtraCopier} interface to copy AcroForm fields to a new page.
void iText.Kernel.Pdf.IPdfPageFormCopier.RecreateAcroformToProcessCopiedFields | ( | PdfDocument | documentTo | ) |
Create Acroform from its PDF object to process form field objects added to the Acroform during copying.
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.
documentTo | the target document. |
Implemented in iText.Forms.PdfPageFormCopier.