Hi,
I have a Word document with paragraphs containing hyperlinks where some paragraphs surrounded with IF fields, that need to be saved as HTML. For hyperlinks that aren't nested within IF field saving as HTML works as expected, with the hyperlink being converted into an element in the resulting HTML. However, when the hyperlink is within a IF conditional, the hyperlink is converted into a element in the resulting HTML, losing the link.
This same issue happens when converting documents to HTML using Word 2003 and 2010. I know the issue was identified as a bug in Word 2003 (http://support.microsoft.com/kb/912679) which appears unfixed in 2010.
Is this behavior Aspose.Words by design (mimicking Word's broken behavior) or a bug?
Is there anyway to workaround this issue with Aspose.Words?
Thanks.