Unplanned
Last Updated: 27 Dec 2023 07:06 by Sashi
When importing a document containing a Picture SDT with TextProperties an exception is thrown: StructuredDocumentTags.Builders.SdtBuilderFailureException: 'This content control type cannot be inserted around a selected image.'
Unplanned
Last Updated: 22 Dec 2023 09:35 by Avrohom Yisroel
Unplanned
Last Updated: 19 Dec 2023 16:04 by Anthony

Merging (with RadFlowDocumentEditor's InsertDocument method) documents containing lists sometimes doesn't properly resolve the ListId properties.

Workaround: Removing the list with bullets resolves the issue as there is only one ListId to pick from:

document.Lists.Remove(1); 

 

Unplanned
Last Updated: 15 Dec 2023 17:53 by Anthony
An additional blank page is added when a page break is followed by a paragraph with enabled PageBreakBefore.
Unplanned
Last Updated: 08 Dec 2023 15:02 by Prabhu
When there is underline or strikethrough set to a bullet/number in docx, when this document is imported and then exported to HTML the entire paragraph is with underline/strikethrough.
Unplanned
Last Updated: 08 Dec 2023 14:51 by Prabhu

When there is a document (e.g. docx) with hanging indent in a list and this document is imported and then exported to HTML, the text overlaps the bullet as shown in the screenshot.

Completed
Last Updated: 11 Jan 2024 08:24 by ADMIN
Release 2024 Q1
PdfFormatProvider: Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields.
Unplanned
Last Updated: 16 Nov 2023 13:14 by Deltaohm

Importing a document containing a hyperlink (<a>) tag without content extends it over the trailing elements.

For example, importing this HTML:

<a></a>
<p>First paragraph</p>
<p>Second paragraph</p>
<p>Third paragraph</p>

Generates:

Instead of this:

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.