Uses of Class
com.itextpdf.kernel.utils.PdfMerger
-
Uses of PdfMerger in com.itextpdf.kernel.utils
Modifier and TypeMethodDescriptionPdfMerger.merge
(PdfDocument from, int fromPage, int toPage) This method merges pages from the source document to the current one.PdfMerger.merge
(PdfDocument from, List<Integer> pages) This method merges pages from the source document to the current one.PdfMerger.merge
(PdfDocument from, List<Integer> pages, IPdfPageExtraCopier copier) This method merges pages from the source document to the current one.PdfMerger.setCloseSourceDocuments
(boolean closeSourceDocuments) If set to true then passed to thePdfMerger#merge
method source documents will be closed immediately after merging specified pages into current document.