Aspose.Words Convert to PDF- ODT file with wrong Bullets or Numbering

Hi sirs,

We use Aspose.Words Convert to PDF, ODT file.
Bullets or Numbering are wrong.

The attach are docx file and output files.

Thank for your help.
Hi Rainmaker,

Thanks for your inquiry. It seems that you shared only output documents. Could you please share your input document and code example here to reproduce this issue at our end? We will investigate the issue on our side and provide you more information.
Hi sir,
The code is below,

string rmDocPath = @"D:\Aspose\Output\output.docx";
string rmPdfPath = @"D:\Aspose\Output\output1.pdf";
var rmDoc = new Document(rmDocPath);
rmDoc.Save(rmPdfPath);

Thanks for your help.

Hi Rainmaker,

Thanks for sharing the detail. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-13962. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.
Hi Sir,
Thank you.

The issues you have found earlier (filed as WORDSNET-13962) have been fixed in this Aspose.Words for .NET 16.8.0 update and this Aspose.Words for Java 16.8.0 update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
Thanks.
It's worked.

But if odt => pdf , bullets number will miss.
Thanks.
Hi Rainmaker,

Thanks for your inquiry. Could you please attach your input Odt document here for testing? We will investigate the issue on our side and provide you more information.
Hi Sir,
Please ref attach file odt2pdf.zip.
attach file odt2pdf.png is odt and pdf comparing screen.
Thank for your help.

Hi Rainmaker,

Thanks for sharing the documents. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-14268. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.
Hi sir,
Thanks.

Best Regards,
Rainmaker.

The issues you have found earlier (filed as WORDSNET-14268) have been fixed in this Aspose.Words for .NET 16.11.0 update and this Aspose.Words for Java 16.11.0 update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
Dear Sir,
Thanks.
It's worked.

Best Regards,
Rainmaker.