In Development
Last Updated: 11 Sep 2026 17:03 by ADMIN

Import archives without an end-of-central-directory record.

Although it is mandatory according to the specification, it seems like other applications don't require this record. Trying to open such an archive with RadZipLibrary currently throws an InvalidDataException.

In Development
Last Updated: 11 Sep 2026 13:00 by ADMIN
When the text is long and AllowScroll is false, the text will be visible, but will be misplaced. The issue is caused by the length of the text because the same field with a shorter text that can fit in the widget's rectangle will be displayed correctly.
Unplanned
Last Updated: 11 Sep 2026 11:46 by Frank

RTF import loses the font applied once at paragraph/body level and falls back to a default font instead, when the  \fonttbl  uses flat, non-grouped font entries rather than individually braced  {\fN ...}  fonts.

Workaround: Re-save the document in MS Word.

 

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.
Declined
Last Updated: 26 Aug 2026 12:47 by ADMIN
Error 141 TYPECHECK on Lexmark printer when printing DPL-generated PDF file.
Completed
Last Updated: 26 Aug 2026 12:27 by ADMIN
Release 2026.3.826 (2026 Q3)
Merging/importing PDFs with duplicate field names can create one logical RadioButtonField containing widgets from multiple source field nodes. The first node initializes its widget options. Reused duplicate nodes can add additional widgets without assigning RadioOption instances.

The widgets then contain valid "/Off" appearance states, but their model Option property is null. During export, FieldPropertiesExporter accesses widget.Option.Value, causing a "NullReferenceException: Object reference not set to an instance of an object."
Completed
Last Updated: 26 Aug 2026 12:27 by ADMIN
Release 2026.3.826 (2026 Q3)
Exporting to PDF of a table with a first cell having preferred width of 100% and a second cell having preferred width of auto will result in missing the second cell.
1 2 3 4 5 6