Document Solutions .NET Bundle v9.1.0

Released: May 5, 2026

Updates in v9.1.0

Funktionen

Document Solutions for Excel .NET v9.1.0

  • Added the IPivotTable.DisplayFieldCaptions property to allow showing or hiding field headers in pivot tables.
  • Added support for exporting shape text with bullets to PDF, Image and HTML.
  • Added support for exporting waterfall charts to PDF, Image and HTML.
  • Added the ICellControl.SetCheckbox method to support Microsoft Excel cell checkboxes.
  • Added support for NULL and empty values in template filters.
  • Added support for the REGEX keyword in template filters.
  • Added support for date and time values in template filters.
  • Added the IRange.CellPicture property to allow inserting pictures in cells.
  • Added support for expandable cell types and drop-down fields in template cells.
  • Added support for pivot table styles.
  • Added support for lossless import and export of the SJS and SSJSON file formats in SpreadJS v19.1.
  • Added the PrintOutOptions.PaperSourceName property to support printer tray and paper source selection in PrintOut.

Document Solutions for Imaging .NET v9.1.0

  • No major changes, version updated to keep in sync with Document Solutions products.
  • Name changed to Document Solutions for Imaging .NET.

Document Solutions for PDF .NET v9.1.0

  • Added GcPdfDocument.JavaScripts property: Gets the dictionary of document level JavaScript actions.
  • Added AcroForm.CalculationOrder property: Gets or sets the array of fields that are recalculated whenever the value of any field changes.

Document Solutions for Word .NET v9.1.0

  • Added ListNumFieldOptions class: Represents options for the LISTNUM field.
  • Added AutoNumFieldOptions class: Represents options for the AUTONUM field.
  • Added AutoNumLglFieldOptions class: Represents options for the AUTONUMLGL field.
  • Added AutoNumOutFieldOptions class: Represents options for the AUTONUMOUT field.
  • Added support for generating PDFs that comply with PDF/A or PDF/UA specifications.
    Related PdfOutputSettings properties added:
    • ExportStructureTags property: indicates whether the exported PDF document should be marked as PDF/UA compliant.
    • ConformanceLevel property: specifies the PDF/A conformance level for the exported document.
    • MissingDocumentTitle property: specifies the placeholder used as the document title for accessible PDF export if GcWordLayout.Title has not been set.
    • MissingShapeAlternativeText property: specifies the placeholder used as alternative text for accessible PDF export if ShapeBase.AlternativeText has not been set.
    • MissingHyperlinkScreenTip property: specifies the placeholder used as annotation content for accessible PDF export if Hyperlink.ScreenTip has not been set.

Fehlerkorrekturen

Document Solutions for Excel .NET v9.1.0

  • Fixed the issue of images from template data sources appearing in the wrong order.
  • Fixed the issue of pivot table styles being lost after refresh.
  • Fixed the issue of pivot table cell alignment being lost after sorting.
  • Fixed the issue of recalculating a workbook after input updates producing inconsistent results.
  • Fixed the issue where certain SJS files failed to open due to a FormatException triggered by NaN values.
  • Fixed the issue where the implicit intersection operator (@) was unexpectedly inserted into FORECAST.LINEAR formulas after opening and saving a workbook.