Package | Description |
---|---|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFEditorBean.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFEditorBean.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFNotesBean.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFNotesBean.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFDocument.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFDocument.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFViewerBean.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFViewerBean.loadLicense(String licenseFile)
Method to load a license file.
|