This interface is used to display a watermark on a PDF document in the
following Java PDF Libraries:
jPDFProcess
jPDFPrint
jPDFImages
jPDFViewer
jPDFNotes
There are 3 types of watermark callbacks: images, print, and viewer.
Returns the permission to assemble the document:
- insert, rotate or delete pages
- create bookmarks
- create thumbnail images
This permission is automatically granted if the permission to change the document is granted (@see PDFPermissions#isChangeDocumentAllowed()).
Deprecated.This flag is not used anymore. When printing, if the PDF document is used as a Printable,
the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define
its own page format.