Hello,
I would like to add a watermark to a word document programmatically
I would like to create a function like :
addWartermark(doc, String watermarkText)
I see the sample : Watermark.java, but to add a string xml is a litle bit dirty ...
Furethemore, I would like to be able to add watermark to existing files. (wich can have existing header, and existing watermark ...)
Thans,