Release Notes
26.1.0
January 29, 2026
Excel Viewer
- Enhancement: Improved highlighted text positioning for vertically oriented cell content, ensuring accurate alignment and visual consistency.
Excel Converter
- Bug: Fixed an issue where line spacing between text became compressed when converting Excel files to PDF.
PDF Viewer
- Bug: Fixed an issue where text appeared in different positions on tiles with identical dimensions, ensuring consistent layout and accurate text placement.
PDF Converter
- Bug: Fixed an issue where annotated text became transparent and invisible when converting PDF files to HTML.
- Bug: Resolved a problem where header text was missing during PDF-to-HTML conversion.
PSD Viewer
- Bug: Fixed incorrect blending of transparent pixels for certain blending modes, ensuring accurate layer composition and visual rendering.
Project Viewer
- Bug: Fixed incorrect behavior when rendering Microsoft Project files that use formula-calculated extended attributes.
Visio Viewer
- Bug: Fixed an issue where an embedded object could disappear from the diagram during rendering.
Word Viewer
- Enhancement: Improved EQ field rendering by enhancing displacement handling and updating layout logic for more precise positioning and bounding.
- Bug: Fixed an issue where text was rendered with corrupted or invalid characters in certain Word documents.
Features
- Word Viewer Culture Support: Added support for explicitly defining the document culture when viewing DOC and DOCX files. This ensures that localized content—such as dates—renders exactly as it does in Microsoft Word (e.g., Hebrew dates).
Configuration example:var config = new WordConfig { DocumentCulture = "he-IL" };