Package | Description |
---|---|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
PDFDocument |
PDFEditorBean.getCompareDocument()
Gets the PDFDocument that is overlayed or in side by side comparison with the current document.
|
PDFDocument |
PDFEditorBean.getDocument()
Returns the PDF document currently displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFEditorBean.startCompare(PDFDocument comparePDF,
int mode,
CompareOverlayOptions overlayOptions)
Starts a comparison between the current document and a second document in the specified mode (one of PDFEditorBean.MODE_COMPARE_OVERLAY or PDFEditorBean.MODE_COMPARE_SIDEBYSIDE).
|
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.
|