HtmlFixedSaveoption

Hi,
May I know the version of the html document created by using HtmlFixedSaveOptions Class Or Is it generationg html5 ?

@pavithranadikuda It generates HTML5 code, so it is supported by all modern browsers. By using that class to generate your HTML files, you will get a result that is visually almost equal to your Word document. The downside is that some of the metadata is lost in the process.

You can learn more about it here.

What metadata will be lost?

@pavithranadikuda you will lost metadata referent to revisions, comments, metadata referent to some fields and so on.
In any case is not recommended use HTML to store documents if you want to continue working with it, even using the HtmlSaveOptions, which preserves more metadata than the Fixed version.

okay. I tried with Htmlsaveoption class for generating html but I am facing alignment issue.

@pavithranadikuda please notice that using the HtmlSaveOption will keep further metadata than the Fixed version, but it not respect completely the visualization of the document. Using those options will produce the same result than you get when the document is converted to in MS Word app.

If you attach your document and your current output I will check it, to verify that you are getting the expected result.