
Adds the ability to generate a preview of a selected worksheet in SVG format.
Features
- Added the ability to generate a preview of a selected worksheet in SVG format.
- New e-Book save options.
- Added support for exporting to Mobi format.
- In this release the HTML parser has been significantly improved. It is now able to correctly process invalid, incorrect and distorted markup. In particular, these distortions are supported:
- Flow elements nested inside phrasing elements, for example, P inside P or DIV inside SPAN.
- Prohibited elements and nodes inside TABLE element, for example, prohibited P inside TABLE or DIV inside TR will be pushed upward.
- SELECT is generated and applied as a parent for the orphan OPTION/OPTGROUP elements, because OPTION/OPTGROUP must be direct children of the SELECT.
- COLGROUP is generated and applied as a parent for the COL.
- Incorrectly nested lists are properly processed.
- Better parsing of HTML attributes.
- The EditableDocument class now contains a new public method EditableDocument.GetContent, which allows you to obtain the HTML markup of the opened document and write it to the specified stream with a specified text encoding.
- Added full support of text-decoration-thickness.
- Improved and fixed text decorations in WordProcessing converter.
- Added a new parser for all text-decoration properties.
- Improved parsing of HTML attributes to properly process invalid quote chars in style attribute value.
- Improved parsing of font-family property in CSS to correctly process invalid CSS markup.