Hi, in July 2023 you added some changes in Apose Words related to saving lists to HTML. Currently if you convert Word doc with non-standard list you will add a class attribute to ol/ul tag and list label will be generated via CSS.
The issue is that if you set Inline CSS and lists as Auto or as HTML tags then you’ll generate an extra <style>
tag in <head>
which is not an inline CSS.
Some of our clients were not happy with this change. Is there any way to roll back the Auto list option to the way it was before July 2023 and keep the current solution only for the list As HTML tags? Or maybe add another list option like AutoLegacy that would convert the way it was before July?
https://reference.aspose.com/words/net/aspose.words.saving/exportlistlabels/
Please convert the attached Word docx file to HTML with inline CSS.
lists_example.docx (41.1 KB)
You can see this < style > tag in this converted HTML output file:
lists_example.zip (1.8 KB)
Thanks,
Brian