Package | Description |
---|---|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IWatermark |
IPDFDocument.getWatermark()
Returns the watermark for the PDF document.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDFDocument.setWatermark(IWatermark watermark)
Sets the watermark on the PDF document.
|
Modifier and Type | Method and Description |
---|---|
IWatermark |
PDFImages.getWatermark()
Returns the watermark for the PDFImages document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFImages.setWatermark(IWatermark watermark)
Sets the watermark on the PDFImages document.
|
Modifier and Type | Method and Description |
---|---|
IWatermark |
PDFPrint.getWatermark()
Returns the watermark for the PDFPrint document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPrint.setWatermark(IWatermark watermark)
Sets the watermark on the PDFPrint document.
|
Modifier and Type | Method and Description |
---|---|
IWatermark |
PDFDocument.getWatermark()
Returns the watermark for the PDF document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.setWatermark(IWatermark watermark)
Sets the watermark on the PDF document.
|