Hi,
I have written some code to process a Word document and save it as HTML, using Aspose.Words 5.0.2. The command I have used to save the document is awd.Save("AsposeTest.HTM", Aspose.Words.SaveFormat.Html). The resulting HTML text is then attached as the body of an e-mail and sent to an e-mail recipient
The resulting HTML document looks fine, but is filled with span tags. These tags are stripped out of mail messages by many browser-based e-mail systems (such as GMail, HotMail, etc).
When I do the same thing with Word 2003, the resulting HTML displays correctly in HotMail
Is this a known issue, and if not please can it be investigated? The application is now completed, and finding this unexpected issue has put a spanner in the works
Thanks