We have a scenario where we're using Aspose.Words to create an RTF document from a memory stream of an ASCII-encoded byte[].
Some of the source documents use the 'Normal (Web)' style from Word and have line spacing set to Auto, however once we create a Document this style is lost and the line spacing reverts to 0px, condensing the layout of the document.
Auto line spacing for other styles (eg: Normal) appears to be okay.
Can you shed any light on this? Thanks.