Bullets not visible when converting from Word to Html using Aspose.Words

Hi,



I am trying to convert Word document to html using HtmlFixedSaveOption in Aspose Words version 14.7.0.But some bullets are hidden in the output html.



Could please tell me if there is a way to view the bullets?



this is the code I use :





final HtmlFixedSaveOptions fixedOptions = new HtmlFixedSaveOptions();



fixedOptions.setShowPageBorder(true);

fixedOptions.setExportEmbeddedImages(true);

fixedOptions.setExportEmbeddedCss(true);

fixedOptions.setExportEmbeddedSvg(true);

fixedOptions.setExportEmbeddedFonts(true);

doc.save(outputFilePath, fixedOptions);









Regards,

Bhakti

Hi Bhakti,


Thanks for your inquiry. Please upgrade to the latest version of Aspose.Words 15.6.0 from the following link. I hope, this helps:
http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx

In case the problem still remains, please attach your input Word and output HtmlFixed files here for testing. We will investigate the issue on our end and provide you more information.

PS: To attach these resources, please zip them and Click ‘Reply’ button that will bring you to the ‘reply page’ and there at the bottom you can include any attachments with that post by clicking the ‘Add/Update’ button.

Best regards,