Package | Description |
---|---|
com.qoppa.pdfAssemble |
jPDFAssemble main classes, used to assemble PDF documents.
|
com.qoppa.pdfFields |
jPDFFields main classes, used to work with PDF interactive forms and fields.
|
com.qoppa.pdfImages |
jPDFImages main classes, used to convert PDF documents to images and images to PDF documents.
|
com.qoppa.pdfPrint |
jPDFPrint main classes, used to print PDF documents.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfSecure |
jPDFSecure main classes, used encrypt and digitally sign PDF documents.
|
com.qoppa.pdfText |
jPDFText main classes, used to extract text content from PDF documents.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFAssemble.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFAssemble.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFFields.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFFields.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFImages.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFImages.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFPrint.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFPrint.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 |
PDFSecure.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFSecure.loadLicense(String licenseFile)
Method to load a license file.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFText.loadLicense(InputStream licenseStream)
Method to load a license file from an inputstream.
|
static void |
PDFText.loadLicense(String licenseFile)
Method to load a license file.
|