In Development
Last Updated: 22 Jun 2026 16:18 by ADMIN
Created by: Nils
Comments: 0
Category: PdfProcessing
Type: Feature Request
1
Add support for XRechnung compliance.
In Development
Last Updated: 22 Jun 2026 14:51 by ADMIN
When encoding an image with Indexed color space an exception is thrown: NotSupportedException: 'Not supported colorspace: Indexed'
Duplicated
Last Updated: 22 Jun 2026 12:59 by ADMIN
Created by: Vladislav
Comments: 0
Category: WordsProcessing
Type: Feature Request
0

The DataBinding property tells the editor to show the linked content instead of the actual runs in the content control.

Duplicated with WordsProcessing: Add support for content control values that use data binding.

In Development
Last Updated: 22 Jun 2026 07:44 by ADMIN
Image duplication after import-export when working with images that have different streams but same metadata.
In Development
Last Updated: 22 Jun 2026 06:20 by ADMIN
Reading Type1 font glyph data when there is a table with differences tries to get the glyph by name but it is not found. 
In Development
Last Updated: 19 Jun 2026 14:55 by ADMIN
Exception when merging file that contains notdef characters with PdfStreamWriter
In Development
Last Updated: 19 Jun 2026 07:43 by ADMIN
Exported protected document containing SignatureField can not be opened even if the correct password is used. The same behavior is reproduced with empty document (without pages).
In Development
Last Updated: 18 Jun 2026 10:50 by ADMIN
PdfFormatProvider: OutOfMemoryException is thrown during PDF export of a document that has floating shapes whose wrap zones block vertical progress.
In Development
Last Updated: 18 Jun 2026 10:49 by ADMIN
PdfFormatProvider: OutOfMemoryException is thrown during PDF export of a document that has paragraph indent larger than cell width.
In Development
Last Updated: 18 Jun 2026 10:49 by ADMIN

StackOverflowException is thrown during PDF export of a document with a Header/Footer containing a page break.

Workaround: Remove page break from all header/footer paragraphs, or from a specific paragraph.

Header defaultHeader = section.Headers.Default;

if (defaultHeader != null)
{
    foreach (var item in defaultHeader.Blocks)
    {
        if (item is Paragraph paragraph)
        {
            paragraph.PageBreakBefore = false;
        }
    }
}

Unplanned
Last Updated: 16 Jun 2026 09:00 by Giovanni Rojas
Created by: Giovanni Rojas
Comments: 0
Category: PdfProcessing
Type: Feature Request
1
Add support for Encryption Algorithm 7.
Unplanned
Last Updated: 12 Jun 2026 14:05 by ADMIN
ADMIN
Created by: Tanya
Comments: 5
Category: WordsProcessing
Type: Feature Request
23
Add support for horizontal lines in documents.

In DOCX, such lines are defined using the legacy VML definitions:
<w:pict w14:anchorId="324D5836">
  <v:rect id="_x0000_i1025" style="width:0;height:1.5pt" o:hralign="center" o:hrstd="t" o:hr="t" fillcolor="#a0a0a0" stroked="f"/>
</w:pict>
The definitions above and the <hr/> HTML tag are currently not supported and skipped on import, leading to missing horizontal lines in the document.
In Development
Last Updated: 12 Jun 2026 13:46 by ADMIN

Unable to open RTF to DOCX-exported document in MS Word due to large tab stop accumulation.

Workaround: Re-save the original RTF file with MS Word before converting it to DOCX.

In Development
Last Updated: 12 Jun 2026 13:46 by ADMIN
ADMIN
Created by: Mihail
Comments: 2
Category: WordsProcessing
Type: Feature Request
13

Text frames are paragraphs of text in a document which are positioned in a separate region or frame in the document and can be positioned with a specific size and position relative to non-frame paragraphs in the current document. More information about it is available in section 22.9.2.18 ST_XAlign (Horizontal Alignment Location) of Open Office XML.

In Development
Last Updated: 12 Jun 2026 11:52 by ADMIN
JavaScripts collection of RadFixedDocument is not cleared by StripJavaScriptActions export setting.
In Development
Last Updated: 12 Jun 2026 11:04 by ADMIN
This is the stack trace: 
   at Telerik.Windows.Documents.Spreadsheet.Utilities.SpreadsheetHelper.UpdateFloatingImageSize(FloatingShapeBase shape)
   at Telerik.Windows.Documents.Spreadsheet.Utilities.SpreadsheetHelper.CalculateRotatableShapeBoundingRect(Point position, FloatingTransformableShape shape)
   at Telerik.Windows.Documents.Spreadsheet.Layout.RadWorksheetLayout.CalculateShapeBoundingRect(FloatingShapeBase shape)
   at Telerik.Windows.Documents.Spreadsheet.Layout.RadWorksheetLayout.UpdateShapesSizeAndPosition()
   at Telerik.Windows.Documents.Spreadsheet.Layout.RadWorksheetLayout.Measure(CancellationToken cancellationToken)
   at Telerik.Windows.Documents.Spreadsheet.Layout.RadWorksheetLayout.Measure(CellIndex frozenCellIndex, CancellationToken cancellationToken)
   at Telerik.Windows.Documents.Spreadsheet.Model.Workbook.UpdateWorksheetLayout(RadWorksheetLayout worksheetLayout, Worksheet worksheet, Boolean isForPrinting, CancellationToken cancellationToken)
   at Telerik.Windows.Documents.Spreadsheet.Model.Workbook.GetWorksheetLayout(Worksheet worksheet, Boolean isForPrinting, CancellationToken cancellationToken)
   at Telerik.Windows.Documents.Spreadsheet.Model.Workbook.GetWorksheetLayout(Worksheet worksheet, Boolean isForPrinting)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorksheetImportContext.ImportShapesSizes()
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorksheetImportContext.EndImport(XlsxWorkbookImportContext workbookContext)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorkbookImportContext.EndImport()
   at Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImporter`1.Import(Stream input, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.ImportOverride(Stream input, CancellationToken cancellationToken)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.WorkbookFormatProviderBase.Import(Stream input, Nullable`1 timeout)
In Development
Last Updated: 10 Jun 2026 13:28 by ADMIN
Embedding a TrueType font collection using the FontsRepository.RegisterFont method leads to glyphs with empty outlines collection. The missing outlines are caused due to an empty glyf and loca tables of the TrueType font file.
Unplanned
Last Updated: 10 Jun 2026 11:49 by ADMIN
StackOverflowException is thrown when exporting a document with circular style links when resolving unpopulated style properties.
In Development
Last Updated: 09 Jun 2026 13:22 by ADMIN
Enabling FIPS causes all signatures to be displayed as invalid or unknown. In addition, some signatures are displayed as unknown but Adobe verifies them.
In Development
Last Updated: 09 Jun 2026 12:37 by ADMIN

Workaround: this is the missing part after the export:

1 2 3 4 5 6