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…...the provided information: var doc = new Document("input.docx");...DocumentSplitHeading = 6 }; doc.Save("output.html", options);...