Package | Description |
---|---|
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
Modifier and Type | Field and Description |
---|---|
protected PdfReader |
PdfManager._reader
The PDF input document.
|
Modifier and Type | Method and Description |
---|---|
PdfReader |
PdfManager.getReader()
Returns the
PdfReader instance associated with
this document. |
Modifier and Type | Method and Description |
---|---|
long |
PdfWriter.writeCopy(PdfReader reader)
Writes an entire PDF document stream to the output PDF
document.
|
Constructor and Description |
---|
PdfManager(PdfReader pdfReader)
Constructs a
PdfManager representing an
existing PDF document. |