public class PdfPageFormCopier extends Object implements IPdfPageExtraCopier
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() |
public void copy(PdfPage fromPage, PdfPage toPage)
IPdfPageExtraCopier
PdfDocument or in the same PdfDocument as the old page.
copy in interface IPdfPageExtraCopier
fromPage - the source page
toPage - the target page in a target document
Copyright © 1998–2019 iText Group NV. All rights reserved.