Unplanned
Last Updated: 08 Nov 2023 10:25 by Mervin

Indent of BodyTextIndent style applied to a paragraph is not respected on export.

Workaround: Remove the applied style.

var p = run.Paragraph;
p.Properties.StyleId = string.Empty;

 

Unplanned
Last Updated: 08 Nov 2023 09:42 by Mervin

List's top and bottom margins are not correctly exported.

Workaround: Apply TelerikNormal style to the 'ol' element.

Unplanned
Last Updated: 08 Nov 2023 09:33 by Mervin
List symbols (bullets and numbers) are exported at the position where the list content should be.
Unplanned
Last Updated: 01 Nov 2023 15:29 by Luca Galbiati
Created by: Luca Galbiati
Comments: 0
Category: WordsProcessing
Type: Bug Report
1
The srcRect property of image is lost on Import/Export.
Unplanned
Last Updated: 01 Nov 2023 15:26 by Luca Galbiati
IsMultiline (Allow carriage returns - multiple paragraphs) property of TextControlElement is not imported/exported correctly.
Unplanned
Last Updated: 01 Nov 2023 15:21 by Luca Galbiati
Created by: Luca Galbiati
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
Introduce support for Paragraph Spacing Style Sets.
Unplanned
Last Updated: 30 Oct 2023 07:20 by Simon

Import/Export of specific documents sets style background color to black.

Workaround: do the following conversion of the document with the Document Processing libraries: originalRtf -> exportedDocx, exportedDocx -> finalRtf. After that processing, the finalRTF file will no longer reproduce the issue when exported.

Unplanned
Last Updated: 23 Oct 2023 06:38 by Andreas
Preserve Footnotes/Endnotes information.
Unplanned
Last Updated: 23 Oct 2023 06:36 by Andreas
Created by: Andreas
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Preserve Bookmarks information.
Unplanned
Last Updated: 23 Oct 2023 06:31 by Andreas
Created by: Andreas
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Preserve Fields (Merge Fields, Cross References) information.
Unplanned
Last Updated: 17 Oct 2023 13:54 by Petar
Cannot import a document containing style with no name.
Unplanned
Last Updated: 12 Oct 2023 12:14 by Simon
Add a mechanism to replicate the whole row when nested mail merge is executed on a table with only one column.
Unplanned
Last Updated: 11 Oct 2023 10:34 by Simon

Merge field group in a single table cell causes it to replicate more times than expected.

Workaround: add a second column to the table and move the TableEnd/GroupEnd/EndGroup/RangeEnd merge field inside it.

Completed
Last Updated: 12 Oct 2023 14:31 by ADMIN
Release R3 2023 SP1

When mailmerging a document, with nested mail merge group which starts inside a table and ends outside the table, a NullReferenceException is thrown: "System.NullReferenceException: 'Object reference not set to an instance of an object.' firstParagraphInTemplate was null."

Workaround: move the group end (EndGroup, TableEnd, RangeEnd, or GroupEnd) merge field inside the table where the group starts.

Unplanned
Last Updated: 02 Oct 2023 09:05 by Salman
Created by: Salman
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
Introduce support for C-CDA (Consolidated Clinical Document Architecture) documents.
Unplanned
Last Updated: 21 Sep 2023 10:48 by ADMIN
Bolding of some content on Import/Export. 
Unplanned
Last Updated: 15 Sep 2023 09:44 by Petar
InvalidOperationException caused by some PageNumberType formats.
Unplanned
Last Updated: 14 Sep 2023 09:08 by Stefano
Incorrect measurement of spaces when they have a set size.
Unplanned
Last Updated: 12 Sep 2023 18:33 by Abhishek
Created by: Abhishek
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
Introduce support for macros.
Unplanned
Last Updated: 12 Sep 2023 08:00 by Akesh Gupta
Created by: Akesh Gupta
Comments: 0
Category: WordsProcessing
Type: Bug Report
1

Nested Mail Merge cannot handle empty lists.

Workaround: Replace the empty list with null.