Package | Description |
---|---|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFEditorBean
PDFEditorBean is a component that can be used to display, annotate and edit
PDF documents within a Java application or an applet.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPSaver
This class implements a custom IPDFSaver to save a file to a URL, using the standard HTTP POST file upload
protocol.
|
class |
PDFNotesBean
PDFNotesBean is a component that can be used to display and annotate
PDF documents within an application or an applet.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.setPDFSaver(IPDFSaver saver)
This method allows the host application to override the default PDF Saver,
the class that saves the document when the save toolbar button is pressed.
|