Did you find this guide helpful?
Some test text!
Android / Guides / Watermark
The WatermarkDialog allows you to stamp a PDF document with text that overlays each page of the document.

The watermark editor can be shown from an activity by calling the following method:
public void showWatermarkDialog(PDFViewCtrl pdfViewCtrl, FragmentManager fragmentManager) {
WatermarkDialog fragment = WatermarkDialog.newInstance(pdfViewCtrl);
fragment.show(fragmentManager);
}Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales