Package com.itextpdf.kernel.pdf
Interface IPdfPageExtraCopier
- All Known Implementing Classes:
-
PdfPageFormCopier
public interface IPdfPageExtraCopier
This interface defines logic which can be used to perform a custom copying operation of a
PdfPage
.
-
Method Summary
-
Method Details
-
copy
Copies a page. The new page must already be created before calling this, either in a newPdfDocument
or in the samePdfDocument
as the old page.- Parameters:
-
fromPage
- the source page -
toPage
- the target page in a target document
-