New to Telerik Document Processing? Start a free 30-day trial
Changes
Updated on Jun 16, 2026
The following sections summarize the new features introduced in the library. Each section includes links to the relevant documentation articles.
What Is New in 2024 Q4
- Introduced timeout mechanism for import and export of documents. The new
ImportandExportmethods for all format providers have a mandatory timeout parameter. For more information, see Formats and Conversion.
What Is New in 2014 Q3
What Is New
- Mail Merge support that you can use to generate documents from a template document (containing merge fields) and a data source. For more information, see Mail Merge.
- Document Variables that let you define variables in the document and use document variable fields. For more information, see Document Variables.
- Export of table styles to HTML.
- Import/export HTML preserving white spaces through non-breaking spaces.
- Import and export document theme to DOCX file format.
- Introduced lists export/import to HTML.
What Is Fixed
- Table border calculator does not work correctly for tables with empty rows.
Styleelement is not correctly imported when it is outside theheadelement.- Incorrect export of nested table elements.
- Converted
Borderclass to immutable type. - Importing empty string causes exception.
Classattribute is exported whenExportSettings.StylesExportModeisNone.NullReferenceExceptionis thrown whenFieldResultis empty string or null.- Properties of paragraphs without
StyleIdare not exported whenStylesExportModeisInline. - Importing HTML containing only an image causes exception.
- Line breaks are not exported to HTML.
- Underline is not exported to HTML.
HtmlFormatProvidercrashes when html element is present in the body.- Support for negative indent.
- Table column widths are not respected when importing from HTML and exporting to DOCX.
- Importing from HTML imports table borders as inside borders.
StyleProperty.GetActualValue()throws exception when style is not added to a document.RestartAfterLevelproperty inListLevelclass has inappropriate default value.RestartAfterLeveldoes not work correctly when exported to RTF format.- Style applied to div is applied over paragraphs after the div.
- Exporting to HTML document containing hyperlink with
StylesExportModeInlinecauses exception. - When importing from HTML, paragraph style is not respected.
- Default font size is not exported correctly to RTF.