We are excited to announce the release of Doconut v24.12.0! This version introduces significant improvements, bug fixes, and new features to ensure a smoother and more powerful experience with our document processing tools.

Features

Custom Font Folders

The FontFolders property in the WordConfig class allows you to specify custom directories where the application will search for fonts. This is particularly useful for processing Word documents that rely on fonts not installed in the system’s default font directories.

Usage

To configure custom font folders, assign an array of fully qualified folder paths to the FontFolders property of a WordConfig instance:

var config = new WordConfig
{
    FontFolders = new string[] { "C:\\CustomFonts", "D:\\SharedFonts" }
};

Enhancements and Fixes

Excel Viewer

  • Support for Font Color and Cell Color in Data Sorter Key: The data sorter now supports sorting based on font color and cell background color, providing more flexibility when working with styled data.
  • Center Alignment Across Columns: Added support for center alignment spanning multiple columns, enhancing the presentation of tables.

Email Viewer

  • Fixed TO Field Parsing in EML Files: Addressed an issue where the TO field failed to parse correctly when it contained special characters.

PowerPoint Viewer

  • Fixed Inaccurate Text Positioning: Ensured precise placement of text elements across documents.
  • Restored Text Shadows Rendering: Fixed a problem where text shadows were not displayed.

Project Viewer

  • Fixed Timescale Rendering Issues: Resolved an issue where the timescale was not applied correctly when rendering date labels.
  • Improved Timescale Period Rendering: Fixed incorrect rendering of timescale periods at page borders.

PSD Viewer

  • Improved PSD File Handling: PSD files with shape layers containing both vector and raster masks are now processed correctly.

Visio Viewer

  • Enhanced Arabic Language Support: Improved viewer functionality for documents in the Arabic language.

This release brings important updates and fixes across various viewers, ensuring a smoother and more reliable experience. Upgrade to Doconut v24.12.0 today to take advantage of these improvements!

For detailed release notes or additional technical support, feel free to contact us or explore our forum. We hope you enjoy the new features and improvements in Doconut v24.12.0. Thank you for your continued trust in our software!

Stay tuned for more updates!