Hi Team,
I am getting incorrect output while extracting html from Rich text SDT. The ‘List label’ information is not present in the first sdt , but is present in other sdt. I want ‘list label’ info to be available in html of first sdt also.
My code :
HtmlSaveOptions opts = new HtmlSaveOptions(SaveFormat.HTML);
opts.setPrettyFormat(true);
opts.setExportListLabels(ExportListLabels.BY_HTML_TAGS);
std.toString(opts);
Attaching zip containing document and output.
html_extraction_issue.zip (12.7 KB)
Your help will greatly be appreciated. Thanks