In Development
Last Updated: 11 Sep 2026 08:17 by ADMIN
PDF export places fixed-position images on the wrong page.
In Development
Last Updated: 10 Sep 2026 17:27 by ADMIN
When a paragraph has defined tab stops in its style and has the same tab stops locally cleared, the tab stops are still respected when exporting to PDF. Instead, cleared tab stops should not be respected.
In Development
Last Updated: 10 Sep 2026 14:21 by Tim
Wrapped table cell text is incorrectly split by hyphens ("-").
In Development
Last Updated: 10 Sep 2026 06:52 by ADMIN
PDF export fails after HTML blocks containing empty or named anchors are imported and inserted into a RadFlowDocument through ReplaceText.

HTML importer creates hyperlink field markers for <a name="...">. During block replacement, cloned FieldCharacter instances lose FieldInfo, leaving orphan field markers. PDF exporter later dereferences FieldInfo and throws a NullReferenceException.
In Development
Last Updated: 09 Sep 2026 20:08 by ADMIN
Internally, the WebClient class is used to load external resources. This class is not supported in Blazor and WordsProcessing should provide a mechanism for loading the resource.
In Development
Last Updated: 09 Sep 2026 18:29 by ADMIN
Created by: Brittany
Comments: 0
Category: SpreadProcessing
Type: Bug Report
6
Removing/adding rows/columns inside a worksheet requires all the data after them to be translated according to the change. This operation is slow and affects editing performance.
In Development
Last Updated: 09 Sep 2026 11:27 by ADMIN

Endless loop on PDF export when an empty string is assigned to text fields with no source /V and auto-sized default appearance (/DA with 0 Tf).

Workaround: Instead of an empty string (""), set the value to null. Or don't set it at all and leave it unmodified.

In Development
Last Updated: 08 Sep 2026 19:51 by ADMIN
There are many instances of the internal Transition, State and ImageXObject classes.
In Development
Last Updated: 08 Sep 2026 06:38 by ADMIN

Center alignment is not respected for list numbering.

Expected:

Actual:

In Development
Last Updated: 04 Sep 2026 20:32 by ADMIN
When two PDFs containing AcroForm fields are merged with PdfStreamWriter, the generated PDF contains page widget annotations whose parent field dictionaries are not correctly registered in the document-level /AcroForm/Fields tree.

The issue is reproducible by merging the same four-page form twice. The resulting PDF contains all widget annotations, but PDF viewers do not resolve the second form’s interactive fields correctly.
In Development
Last Updated: 04 Sep 2026 10:57 by ADMIN
Calculation chain construction during import takes a lot of time for documents with formulas with large area references.
In Development
Last Updated: 04 Sep 2026 10:49 by ADMIN
Calculation of array formulas with large area references takes a lot of time.
In Development
Last Updated: 28 Aug 2026 12:00 by ADMIN
Missing table row content due to incorrect measurements after PDF export of a specific document.
In Development
Last Updated: 27 Aug 2026 12:48 by ADMIN
InvalidDataException is thrown when importing an XLS document with malformed compressed picture data in the drawing layer.