Problem with table of contents

Hello,

when converting the attached doc file to HTML or PDF chapter one has no number in the table of contents.

I use the following code (C#) to convert the file:
Aspose.Words.Document doc = new Aspose.Words.Document(“10994.doc”);
doc.UpdateFields();
doc.UpdatePageLayout();
doc.Save(“10994.pdf”, Aspose.Words.SaveFormat.Pdf);
doc.Save(“10994.html”, Aspose.Words.SaveFormat.Html);

Can you please tell me when this issue can be resolved?

Thanks in advance.

Best regards,
Sacha End.

Hi Sacha,


Thanks for your inquiry. I have tested the scenario and have managed to reproduce the same problem. For the sake of correction, I have logged this problem as WORDSNET-7946 in our issue tracking system. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

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


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