How to identify WaterMark in Document?

Hi ,
I am using Aspose.words.Java .If watermark image is present in a document,

  1. how can i find WaterMark Image is present or not ?
  2. how can i identify watermark image from other ordinary images?

I tried this .This Document contains a watermark image and 2 ordinary images

Document doc = new Document("WaterMarkWithImage.doc");
doc.save("./watermark/waterMark.html", SaveFormat.HTML);

After conversion i got 3 images including watermark image .How can i identify water image from document and how can i find water image is present or not.

Regards,
Anbu Chezhian.S

Hi

Thanks for your inquiry. This question is already answered in the following thread:
https://forum.aspose.com/t/87128
Best regards.