In Development
Last Updated: 09 Oct 2025 13:35 by ADMIN

Hyperlinks with fragment identifiers are not resolved correctly.

Example:

https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview#key-features

In Development
Last Updated: 21 Oct 2025 07:51 by ADMIN
In Development
Last Updated: 20 Oct 2025 13:26 by ADMIN

InvalidOperationException when cloning a document containing fields spanning multiple paragraphs.

Workaround: instead of new paragraphs, use line breaks (Shift+Enter).

In Development
Last Updated: 08 Jul 2025 06:46 by ADMIN
AngleSharp.Dom.DomException when importing a file with CSS style that starts with ".\!".
In Development
Last Updated: 08 Jul 2025 07:01 by ADMIN
HtmlFormatProvider: Failure to import CSS rules with class names containing escape characters.
In Development
Last Updated: 21 Oct 2025 06:03 by ADMIN
Left indents with floating point values are imported as "0".
In Development
Last Updated: 17 Oct 2025 14:30 by ADMIN

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

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

In Development
Last Updated: 20 Oct 2025 16:16 by ADMIN

 Replace cannot match whole word with special characters (e.g. "#", "@", "&") at the start/end.

Workaround (RegEx):

editor.ReplaceText(new Regex($"(?<=\\s|^|[\\c_]){placeholder}(?=\\s|$|[\\c_])"),"new content");

 

In Development
Last Updated: 08 Jul 2025 12:35 by ADMIN
PdfFormarProvider: Justified text in a table cell is cropped on export.
In Development
Last Updated: 20 Oct 2025 12:58 by ADMIN

Import a document that contains a picture content control and the following error occurs: 

Telerik.Windows.Documents.Flow.Model.Annotations.StructuredDocumentTags.Builders.SdtBuilderFailureException: 'Picture control cannot be used in selection that contains any non-image content, or more than a single image.'

In Development
Last Updated: 17 Oct 2025 14:58 by ADMIN
Importing a DOCX file containing a footer with a content control that contains more than one paragraph leads to exporting an empty document without any errors indicating the problem.
In Development
Last Updated: 08 Oct 2025 08:43 by ADMIN
NotSupportedImageFormatException is thrown during DOCX to PDF conversion in Linux.