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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddDocument(PdfReader reader)
voidaddPage(PdfImportedPage iPage)
Add an imported page to our output
voidclose()
Signals that the Document was closed and that no other Elements will be added.
PageStampcreatePageStamp(PdfImportedPage iPage)
Create a page stamp.
voidfreeReader(PdfReader reader)
PdfImportedPagegetImportedPage(PdfReader reader, int pageNumber)
Grabs a page from the input document
voidsetOutlines(final List> outlines)
Sets the bookmarks.