PDF document generated from word does not maintain proper numbering for section

We are using Aspose.Words (version #15.3.0) to convert DOCX file into PDF. While converting to PDF numbered list is not getting proper numbering for sections as shown in word document.
Here we have attached word document used (ConvertWordToPDF.docx), converted pdf document (ConvertWordToPDF.pdf).

We use following code to convert DOCX into PDF -

string filePath = @"D:\Demos\ConvertWordToPDF.docx";
	string outputPath = @"D:\Demos\ConvertWordToPDF.pdf";
<span style="color:#2b91af;">Document</span> doc = <span style="color:blue;">new</span> <span style="color:#2b91af;">Document</span>(filePath);

doc.Save(outputPath);</pre><div><br></div><div>Please find attached source word document (ConvertWordToPDF.docx) and the generated PDF(ConvertWordToPDF.pdf).</div><div><br></div>

Hi Casey,

Thanks for your inquiry. I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-11757. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi,

Do we have any update on this?

Thanks

Hi Casey,

Thanks for your inquiry. I would like to
share with you that issues
are addressed and resolved based on first come first serve
basis. Currently, your issue is under analysis phase. I am afraid, we can’t provide you any reliable estimate at the
moment. Once your issue is analyzed, we will then be able to provide you
an estimate.

Thanks for your patience and understanding.

The issues you have found earlier (filed as WORDSNET-11757) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.