Hi,
Using JAVA aspose this is our use case:
- Create a ‘Document’ from an existing ‘helloWorld.doc’ file (which contains multiple images).
- Generate html by saving the file as ‘helloWorld.html’
- Read the ‘helloWorld.html’ file and put the content into TinyMCE editor
- User edits at this point the document using TinyMCE editor
- Finally we create a new instance of
Document
and we insert the final html text and save it as “final.doc”
Issue:
Even tho the html still contains the images, the “final.doc” does not show the images and it shows a red ‘X’ image instead.
Question:
Starting from the HTML text (edited by the user) and considering that we still have the original images (saved to disk by aspose in step 2), is there a way to readd those images to the document so we see the images instead of the red ‘X’.