Java com.itextpdf.text.pdf PdfConcatenate fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PdfConcatenate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PdfConcatenate.

The text is from its open source code.

Constructor

PdfConcatenate(OutputStream os)
Creates an instance of the concatenation class.

Method

intaddPages(PdfReader reader)
Adds the pages from an existing PDF document.
voidclose()
We've finished writing the concatenated document.
PdfCopygetWriter()
Gets the PdfCopy instance so that you can add bookmarks or change preferences before you close PdfConcatenate.
voidopen()
Opens the document (if it isn't open already).