Hi,
I’m trying To split some Words Documents by heading. But the output files seem like losting ParagraphFormat .
How can I keep the same formating with the sourced Document.
Thanks.
Test Info
Using SDK: Aspose.Word…...information: var doc = new Document("input.docx"); HtmlSaveOptions...DocumentSplitHeading = 6 }; doc.Save("output.html", options);...