Package | Description |
---|---|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
static PDFDocument |
PDFCompare.createCompare(PDFDocument doc1,
CompareOptions options1,
PDFDocument doc2,
CompareOptions options2)
Create a new PDFDocument with separate layers containing the PDF content
converted to color.
|
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.
|
static PDFDocument |
PDFCompare.createCompare(PDFDocument doc1,
CompareOptions options1,
PDFDocument doc2,
CompareOptions options2)
Create a new PDFDocument with separate layers containing the PDF content
converted to color.
|
Object |
PDFDocument.importAnnotsPDF(PDFDocument sourcePDF)
Import annotations from another PDFDocument.
|