Unplanned
Last Updated: 13 Apr 2022 09:33 by ADMIN
Created by: Andy
Comments: 2
Category: WordsProcessing
Type: Feature Request
2
Add Mail Merge events.
Completed
Last Updated: 23 Oct 2021 17:16 by Tom
Release R3 2021 SP1
Implement options for setting hyperlink on an image and preserving it in import/export.
Unplanned
Last Updated: 27 Aug 2021 10:35 by ADMIN
Add support for Microsoft Office Word 2003 XML Format, WordProcessingML and WordML formats
Completed
Last Updated: 25 Aug 2021 12:36 by ADMIN
Release R1 2021
When importing HTML with image dimensions defined in inches, they are incorrectly recognized as being in pixels.
Completed
Last Updated: 25 Aug 2021 13:57 by ADMIN
Release R3 2021
When the inline image has only a width set the image size is wrongly calculated when converting to PDF
Completed
Last Updated: 24 Aug 2021 14:49 by ADMIN
Release R3 2021
Wrong numbering position when a paragraph contains numbering in the style and a page break
Completed
Last Updated: 26 Aug 2021 12:53 by ADMIN
Release R3 2021

 Exception trying to import HTML that contains width with an empty value. For example:

<table width="">

Completed
Last Updated: 24 Aug 2021 14:15 by ADMIN
Release R3 2021
NullReference exception when importing specific document.
Completed
Last Updated: 13 Aug 2021 10:43 by ADMIN
Release LIB 2021.2.816 (16 Aug 2021)
KeyNotFoundException while exporting to HTML document containing single list whose first level has RestartAfterLevel=0.
Unplanned
Last Updated: 05 Aug 2021 14:22 by ADMIN
Tables inside a single cell are not on one row when imported from HTML 
Unplanned
Last Updated: 29 Jul 2021 14:24 by ADMIN
Num definition that follows another num definition and both share the same abstractNumId should continue the numbering. In the current version, the numbering is restarted. 
Unplanned
Last Updated: 28 Jul 2021 13:42 by ADMIN
In the current implementation, when the table and its cells don't define specific widths, they are automatically calculated according to the available space. This, however, might sometimes result in breaking whole words. The entirety of words should be preserved if that is possible in the concrete case.
Completed
Last Updated: 02 Aug 2021 14:24 by Marc
Release R3 2021
The <col> tag specifies column properties for each column within a <colgroup> element. It is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. This functionality is currently not respected while importing with HtmlFormatProvider.
Completed
Last Updated: 02 Aug 2021 08:21 by ADMIN
Release R3 2021
The exception is thrown at Telerik.Windows.Documents.Core.Data.ValueMapper`2.GetToValue(TFrom value) with message 'System.InvalidOperationException: 'Not supported from value: 16''
Completed
Last Updated: 13 Jul 2021 14:50 by ADMIN
Release R3 2021

When exporting a document containing a Field that has no Separator set the content after this field is omitted.

According to the OOXML Specification, the fldCharType value separate is optional. 

Unplanned
Last Updated: 02 Jul 2021 06:18 by ADMIN
The line-height of the paragraph should be applied to the spacing before and after as well.
Unplanned
Last Updated: 01 Jul 2021 13:03 by ADMIN
The styles that are declared inside the body selector should be applied to the whole document content if another styling is not specified. However, during the import, HtmlFormatProvider doesn't respect these definitions.
Unplanned
Last Updated: 01 Jul 2021 08:12 by ADMIN
Line-height of the spans is not imported when converting Html to Docx
Completed
Last Updated: 01 Jul 2021 14:16 by ADMIN
Release LIB 2021.2.705 (05 Jul 2021)

When the data is set as double or float the Numeric formatting of the MergeField is not respected.

When the following merge field:

MERGEFIELD BAL  \# ###,0.00

is populated with 5.70F or 5.70D the result is 5.7 instead of 5.70.

 

Completed
Last Updated: 02 Aug 2021 07:09 by ADMIN
Release R3 2021
The exception is thrown at Telerik.Windows.Documents.Core.Data.ValueMapper`2.GetToValue(TFrom value) with message 'Not supported from value: numTab'