Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Method and Description |
---|---|
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
int insertBeforePage,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument . |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
int insertBeforePage,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument . |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
PdfPage |
PdfPage.copyTo(PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies page to the specified document.
|
PdfPage |
PdfPage.copyTo(PdfDocument toDocument,
IPdfPageExtraCopier copier,
boolean addPageToDocument,
int pageInsertIndex)
Copies page and adds it to the specified document to the end or by index if the corresponding parameter is true.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.