I'm using Aspose.Words for .Net to convert docs to html and pdf. I'm having two issues with the conversion process.
1) When it converts an list sequence that is followed by a tab in Word to HTML, the text is indented following the number as if it were a paragraph. (I've attached a document to use as an example)
2) When it converts a doc to pdf and the first section of the doc is removed using doc.Sections.RemoveAt(0), it also removes the headers and footers from the document.
Thanks,
Allison