Hi,
We are using Aspose.Words to process our word documents. We are reading a section (part of the document) from a .docx file and saving it as HTML. The code works fine however we are running into a scenario where the section content continues the numbering. For example: 3.1, 3.2, 3.2,… etc. After saving that section to HTML the numbering is reset. i.e. it changes to 1.1, 1.2, 1.3,… etc.
Here is an example of the original document and what it shows after importing to HTML.
Original Document.png (1.6 KB)
After importing to HTML.png (1.2 KB)
Our requirement is to save the section, as it is, to HTML without changing the numbering. Is this possible?
If yes, then could you please share with me any sample code, link, or demo that shows this?
Please let me know if there is any other way to achieve this.
Thank you.