Red Bit
Red Bit

Reputation: 485

Is it possible for Apache POI to add / remove watermark to Microsoft Word

Is it possible to add / remove image watermark to Microsoft Word 2010 by Apache POI? Should I treat it as normal image or any special handling?

Thanks in advance.

Upvotes: 1

Views: 4439

Answers (1)

acostache
acostache

Reputation: 2275

I think you can create watermarks. See the api docs for XWPFHeaderFooterPolicy. There is a method there called createWatermark. Yet this is only for text watermarks.

Upvotes: 3

Related Questions