The number/bullet style is missing afte converted from html by aspose

after we converted from html by aspose, the style of the number/bullet is missing from the result file.

the input and output file is attached, and the reproduction code is below:


Document template = new Document();
DocumentBuilder builder = new DocumentBuilder(template);
string html = File.ReadAllText(@"numbering_style.html");
builder.InsertHtml(html);
template.Save(@"numbering_style.aspose.html", SaveFormat.Html);
template.Save(@"numbering_style.aspose.doc", SaveFormat.Doc);

Thanks,

Gavin, Chen

Hi Gavin,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 13.2.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-7950. Your request has also been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best regards,

Hi Awais,

thanks for your reply.

please also help to move this issue to enterprise support forum.

Thanks,

Gavin,Chen

Hi Gavin,


Thanks for your request. A similar thread of yours is already moved in Enterprise Support forum. Please follow this thread for further proceedings.

Best regards,

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


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