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.
|
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 |
---|---|
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.
|