how to check if an image in aspose word document exists in another document?
@vineeth.pv You can get image bytes of image using ImageData.ImageBytes property. Then you can compare the image bytes with image bytes of shapes in another your document to check whether the same image is present in the document.