Add Watermark Annotation

How to add Watermark Annotation in Java

The Watermark annotation adds text watermark like shown at the picture below. 

There is an ability to specify the next fields for WatermarkAnnotation type:

  • Box - defines annotation position at document page;
  • Text - text of watermark;
  • FontColor - color of annotation text;
  • FontFamily - name of text font;
  • FontSize  - size of text font;
  • Opacity - allows to set annotation opacity;
  • Angle - watermark text angle.

Follow these steps to add Watermark annotation to document: 

The following code demonstrates how to add WatermarkAnnotation to the document:

More resources

GitHub Examples

You may easily run the code above and see the feature in action in our GitHub examples: