public class PdfPageFormCopier extends Object implements IPdfPageFormCopier
NOTE: While it's absolutely not necessary to use the same PdfPageFormCopier instance for copying operations, it is still worth to know that PdfPageFormCopier uses some caching logic which can potentially improve performance in case of the reusing of the same instance.
| Constructor and Description |
|---|
PdfPageFormCopier() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(PdfPage fromPage,
PdfPage toPage) |
void |
recreateAcroformToProcessCopiedFields(PdfDocument documentTo) |
public void copy(PdfPage fromPage, PdfPage toPage)
copy in interface IPdfPageExtraCopierpublic void recreateAcroformToProcessCopiedFields(PdfDocument documentTo)
recreateAcroformToProcessCopiedFields in interface IPdfPageFormCopierCopyright © 1998–2024 Apryse Group NV. All rights reserved.