Unplanned
Last Updated: 29 Jun 2022 11:37 by Kamran
The HtmlFormatProvider of WordsProcessing doesn't have a notion about the style metadata added by RadRichTextBox. That results in incorrect import of linked styles.
Completed
Last Updated: 18 Jul 2022 13:29 by ADMIN
Release R3 2022
This attribute specifies the caption for the current DrawingML object. Currently, it is omitted while importing the content with DocxFormatProvider.
Completed
Last Updated: 29 Jul 2022 12:59 by ADMIN
Release R3 2022

When inserting a section between two paragraphs the section parent is not correct.

Example:

Paragraph paragraph1 = editor.InsertParagraph();
Paragraph paragraph2 = editor.InsertParagraph();
editor.InsertSection();
Paragraph paragraph3 = editor.InsertParagraph();

Expected:

paragraph1.Parent == paragraph2.Parent
paragraph2.Parent  != paragraph3.Parent 

Actual:

paragraph1.Parent != paragraph2.Parent
paragraph2.Parent  == paragraph3.Parent 

Unplanned
Last Updated: 19 Jul 2022 07:54 by Augusto
The CompatibilityVersion is not respected during import and is lost after the export.
Unplanned
Last Updated: 05 Aug 2022 05:00 by Josh

Find and Replace document elements with special characters.

  • ^p - Paragraph Mark
  • ^t - Tab Character
  • ^? - Any Character
  • ^# - Any Digit
  • ^$ - Any Letter
  • ^^ - Caret Character
  • ^u - Section Character
  • ^v - Paragraph Character
  • ^c - Clipboard Contents
  • ^n - Column Break
  • ^+ - Em Dash
  • ^= - En Dash
  • ^e - Endnote Mark
  • ^d - Field
  • ^& - Find What Text
  • ^f - Footnote Mark
  • ^g - Graphic
  • ^l - Manual Line Break
  • ^m - Manual Page Break
  • ^~ - Nonbreaking Hyphen
  • ^s - Nonbreaking Space
  • ^- - Optional Hyphen
  • ^b - Section Break
  • ^w - White Space
Completed
Last Updated: 17 May 2023 06:44 by ADMIN
Release R3 2023

The image in the header is not exported to pdf.

Workaround: Use version R1 2022 where this is working.

 

Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R3 2022 SP1
When the document starts with a section whose break type is Continuous, and the first element in this section is a floating image, InvalidOperationException is thrown on PDF export.
Completed
Last Updated: 30 Sep 2022 11:26 by ADMIN
Release R3 2022 SP1
Importing document with ShapeLocks leads to InvalidCastException:

Unable to cast object of type 'Telerik.Windows.Documents.DrawingML.ShapeLocks' to type 'Telerik.Windows.Documents.DrawingML.ConnectionShapeLocks'.'
Completed
Last Updated: 14 Sep 2022 13:52 by ADMIN
Release R3 2022 SP1
When a document containing a hyperlink before bookmark and it is exported to PDF or UpdateField(s) method is called an exception is thrown: "System.InvalidCastException: 'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.Model.Editing.Layout.HyperlinkEndLayoutElement' to type 'Telerik.Windows.Documents.Fixed.Model.Editing.Layout.TextFragmentLayoutElement'.'"
Unplanned
Last Updated: 21 Sep 2022 13:23 by Ben
NullReferenceException cloning Table element into RadFlowDocument. The document contains some bookmarks as well. 
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
ADMIN
Created by: Martin
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
A table of authorities lists the references in a legal document, along with the numbers of the pages the references appear on. To create a table of authorities a special TA (Table of Authorities Entry) field (TaField) should be inserted in the document.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
When more than one bookmark is in the same empty paragraph the PageRefField is not successfully updated.
Unplanned
Last Updated: 17 Nov 2022 06:55 by Jason
Created by: Jason
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
Add support for mirror margins. Add support for the "2 Pages per sheet" and "Bok fold" settings as well. 
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
DocFormatProvider: Exception when importing Doc file in Net Core. KeyNotFoundException: 'The given key '0' was not present in the dictionary.'
Unplanned
Last Updated: 20 Dec 2022 15:54 by Charles
When an HTML document is exported with IndentDocument, there are unwanted whitespaces in the content.
Unplanned
Last Updated: 23 Dec 2022 10:02 by Charles
HtmlFormatProvider does not format super- and subscript content size on export
Unplanned
Last Updated: 09 Jan 2023 07:31 by Goutham
Created by: Goutham
Comments: 0
Category: WordsProcessing
Type: Bug Report
0
Empty div elements are not imported.
Completed
Last Updated: 14 Feb 2023 11:18 by ADMIN
Release R1 2023 SP1
Importing a TOC field with /t switch (containing a style like "Heading 1") causes IndexOutOfRangeException.
Completed
Last Updated: 14 Feb 2023 12:43 by ADMIN
Release R1 2023 SP1
The Table Of Contents (TOC) is populated with additional elements when StyleLevel is set.
Unplanned
Last Updated: 07 Feb 2023 08:58 by Sachin
Merging documents with bookmarks causes an error message when opening with Word.