| Package | Description |
|---|---|
| com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
| Modifier and Type | Method and Description |
|---|---|
PDFDocument |
PDFGraphics.getDocument()
Returns the PDFDocument object that this page belongs to.
|
PDFDocument |
PDFPage.getDocument()
Returns the document that this page belongs to.
|
static PDFDocument |
PDFDocument.loadRTF(String rtfFile,
PageFormat pf)
Creates a PDFDocument from an RTF file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFDocument.appendDocument(PDFDocument appendDoc)
Appends a PDF document to this document.
|
Object |
PDFDocument.importAnnotsPDF(PDFDocument sourcePDF)
Import annotations from another PDFDocument.
|