Hello
I am looking to import html content from WYSIWYG editor into the documentbuilder.inserthtml function.
In the WYSIWYG editor content, it will consists of IMG tag with ALT attribute.
On document.save (DOCX), Aspose.words will preserve the ALT tag.
On the other hand, on document.save (PDF), Aspose.words loses the ALT tag. Any ideas how we can maintain the ALT tag?
Thanks