Image comparison functionality?

Hi,

We’re converting Word docs to HTML and would like to find a way to minimize storage space, by only storing unique images once. Does ASPOSE provide any tools / APIs that would assist us in providing this functionality?

Kind regards,

Dave Wolf

Hi Dave,

Thanks for your request. No, Aspose.Words does not provide image comparison functionality. However, you can control how images are saved during converting document to HTML. Please see the following link for more information:
https://reference.aspose.com/words/java/com.aspose.words/iimagesavingcallback/
So you can use your own image comparison method to achieve what you need.
Best regards.