Completed
Last Updated: 01 Sep 2021 07:09 by ADMIN
Release R2 2021
ADMIN
Created by: Tanya
Comments: 5
Category: WordsProcessing
Type: Feature Request
35
The API should allow you to perform a text-based search and return the parent element(s) of the result(s) or directly the found element(s).
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: 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: 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: 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: 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: 24 Aug 2021 14:15 by ADMIN
Release R3 2021
NullReference exception when importing specific document.
Declined
Last Updated: 23 Aug 2021 12:00 by ADMIN
Created by: Bermando
Comments: 1
Category: WordsProcessing
Type: Bug Report
0
I am trying to open a docx and send it to a client using DocxFormatProvider. I only use Import and Export methods. Sometimes it works well, but some of docs once get their markup broken when opened on a client. No errors, no messages, no difference which version of word is used.
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: 10 Aug 2021 04:34 by ADMIN
Currently, the WordsProcessing library does not support the import/export of MSG (mail message) files.
Unplanned
Last Updated: 05 Aug 2021 14:22 by ADMIN
Tables inside a single cell are not on one row when imported from HTML 
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: 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'
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: 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.
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.

 

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.