Hi,
I have an HTML fragment with some img tags. The src is to a “protected” webpage that is not accessible from the web (and that’s why Aspose can’t pick it up, and instead we see a red cross in the Word doc).
I have the bytearray with the images content, my doubt is how can I do this transformation, replacing the my img src with the correct bytes to Aspose to work?
Is this not possible with Aspose? Do I have to regex my HTML and replace img tags with an insertImage (Aspose) instruction?
thanks