Hey,
Background and Use case:
I am using version 13.5.0 of Aspose.Words for Java API. My goal is to convert an HTML file to a word document and maintain consecutive white space characters (i.e. spaces, paragraphs). It seems that consecutive line breaks (i.e. ) and non-breaking space entities ( ) are preserved and encoded appropriately in the exported word document.
Consistent with the HTML specification, it appears that consecutive spaces (i.e. encoded as 0x20) and empty paragraphs are being collapsed to a single white space character when exported to a word document. I am wondering if it is possible to control whether the white space characters are re-constructed in the exported document, especially spaces.
Thank you for any help!