Add watermarks to PDF in Android

The WatermarkDialog allows you to stamp a PDF document with text that overlays each page of the document.

Apryse Docs Image

Show the watermark editor

The watermark editor can be shown from an activity by calling the following method:

1public void showWatermarkDialog(PDFViewCtrl pdfViewCtrl, FragmentManager fragmentManager) {
2 WatermarkDialog fragment = WatermarkDialog.newInstance(pdfViewCtrl);
3 fragment.show(fragmentManager);
4}

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales