Package | Description |
---|---|
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
com.etymon.pjx.util |
Utility classes for performing common functions on PDF documents.
|
Modifier and Type | Method and Description |
---|---|
long |
PdfManager.writeDocument(PdfWriter pdfWriter)
Writes the document in PDF format, including all
modifications made through this
PdfManager . |
long |
PdfManager.writeDocument(PdfWriter pdfWriter,
boolean useIncrementalUpdate)
Writes the document in PDF format, including all
modifications made through this
PdfManager . |
protected int |
PdfArray.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfBoolean.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfDictionary.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfFloat.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfInteger.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfLong.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfName.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfNull.writePdf(PdfWriter w,
boolean spacing) |
protected abstract int |
PdfObject.writePdf(PdfWriter w,
boolean spacing)
Writes this object in PDF format.
|
protected int |
PdfReader.ParserObject.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfReference.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfStream.writePdf(PdfWriter w,
boolean spacing) |
protected int |
PdfString.writePdf(PdfWriter w,
boolean spacing) |
protected int |
XrefTable.writePdf(PdfWriter w,
long startxref)
Writes the cross-reference table, associated trailer
dictionary, and a complete PDF trailer in PDF format.
|
Modifier and Type | Field and Description |
---|---|
protected PdfWriter |
PdfAppender._w
The PDF writer.
|
Constructor and Description |
---|
PdfAppender(java.util.List managers,
PdfWriter writer)
The class is initialized to read a list of PDF documents
(
PdfManager objects) in order and to write the
resultant document to a specified PdfWriter . |
PdfAppender(PdfManager[] managers,
PdfWriter writer)
Deprecated.
|