Hyland.DocumentFilters.Fonts 24.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hyland.DocumentFilters.Fonts --version 24.2.0
NuGet\Install-Package Hyland.DocumentFilters.Fonts -Version 24.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hyland.DocumentFilters.Fonts" Version="24.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hyland.DocumentFilters.Fonts --version 24.2.0
#r "nuget: Hyland.DocumentFilters.Fonts, 24.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hyland.DocumentFilters.Fonts as a Cake Addin
#addin nuget:?package=Hyland.DocumentFilters.Fonts&version=24.2.0

// Install Hyland.DocumentFilters.Fonts as a Cake Tool
#tool nuget:?package=Hyland.DocumentFilters.Fonts&version=24.2.0

Document Filters is a toolkit that allows application developers to identify and extract metadata, as well as convert and render almost any file type. It is a core component of many products, but can also be leveraged as a stand-alone service for organizations or application developers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.1 595 5/22/2024
24.2.0 777 5/15/2024
24.1.0 3,732 2/21/2024
23.3.0 10,944 9/14/2023
23.2.0 9,565 5/17/2023
23.1.0 11,458 2/22/2023
22.4.0 1,843 11/16/2022

# Enhancements

- Enhanced Accessibility Info Extraction: Document Filters now supports the extraction of accessibility information from MS Office documents, aiding in the development of accessible products. The extracted "alt text" labels include images, drawings, objects, word art, smart art, charts, icons, shapes, and text boxes across Word (DOC and DOCX), PowerPoint (PPT and PPTX), Excel (XLS and XLSX), and Visio (VSDX) files. The extracted alt text is surfaced in various output formats, including HTML5, Classic HTML, XML, and PDF (when creating accessible output).  (DF-1926)
- Introduced support for extracting links to external workbooks within XLS files when EXCELMODE is not 'TEXT', using the "SHOWHIDDEN_EXCEL_REFS" option, defaulting to OFF. (DF-1662)
- Introducing Custom Tesseract Integration: In response to compatibility challenges with the latest Tesseract version, we've enhanced Document Filters to seamlessly integrate with custom versions of Tesseract. Users can now specify their preferred Tesseract executable path via a simple configuration option. If no custom path is provided or if the location is not found, Document Filters intelligently falls back to the bundled Tesseract version. Our updated documentation provides clear guidance on configuring and utilizing custom Tesseract versions with Document Filters, ensuring a smooth integration experience. (DF-1979)
- Introducing Document Comparison API: Our latest release introduces a powerful API for comparing documents with precision and flexibility. Users can compare entire documents or individual pages, with options to exclude headers, footers, and specify margins for accurate comparisons. The API detects and highlights changes, including modifications, insertions, and deletions, providing a comprehensive view of document differences. With markup rendering for visual clarity, users can easily review and assess changes. Supporting various formats like MS Word and PDF, this API is well-documented, scalable, and designed for seamless integration into existing systems. Learn more about its capabilities in our documentation here: https://docs.hyland.com/DocumentFilters/en_US/Print/common_use_cases/how_do_i_compare_documents.html. (DF-1984)
- Introducing Enhanced File Type Categorization: In this release, we've expanded the capabilities of `IGR_Get_Format_Attribute` by introducing a more detailed File Format Category system. Now, users can categorize file formats based on the type of applications that created them, allowing for more granular organization and handling of various file types within the Document Filters system. This feature brings added flexibility and efficiency to file format management, enhancing the overall usability of the platform. (DF-1903)
- Introducing RGBA and ABGR Pixel Formats: We've enhanced the functionality of `IGR_Get_Page_Pixels` and `IGR_Open_DIB` functions by adding support for RGBA and ABGR pixel formats.  (DF-1953)
- Upgraded Leptonica to 1.84.1. (DF-1638)
- Upgraded ODA to 23.12 SP2. (DF-1829)
- Upgraded Xpdf to 4.05. (DF-1897)

# Updates

- HD Mode: Resolved a condition for MSG files where black boxes may appear incorrectly. (DF-1928)
- HD Mode: Resolved a condition for PDF files where radio buttons and check boxes were incorrectly marked as ON. (DF-1970)
- HD Mode: Resolved a condition for PDF files where radio buttons were displayed in a rectangle instead of a circle. (DF-1970)
- HD Mode: Resolved a condition for Visio files where fonts scaled below 1 would render as large default font-size. (DF-1965)
- HD Mode: Resolved a condition when converting an RTF file with an image may cause the image to shift. (DF-1951)
- HD Mode: Resolved a condition when using 'DrawImage' or 'DrawScaleImage' with an HTML5 canvas would cause the same image to be drawn on each page. (DF-1900)
- HD Mode: Resolved a condition where PPTX files containing a corrupted image would cause the file conversion operation to fail. (DF-1967)
- HD Mode: Resolved a condition where converting a DOCX file to PDF on Linux may result in the file size drastically increasing. (DF-2008)
- HD Mode: Resolved a condition where converting an DWG file may cause a segmentation fault. (DF-1985)
- HD Mode: Resolved a condition where converting an MS Excel file may cause a segmentation fault. (DF-1962)
- HD Mode: Resolved a condition where converting an MS Word file may cause a segmentation fault. (DF-1937)
- HD Mode: Resolved a condition where converting an MS Word file may cause a segmentation fault. (DF-1963)
- HD Mode: Resolved a condition where converting an MSG file to an image may cause the body of the MSG to not render. (DF-1893)
- HD Mode: Resolved a condition where converting an RTF file to PDF may cause the output to be empty. (DF-1978)
- HD Mode: Resolved a condition where converting an XLSB file may result in a corrupt sheet error. (DF-1929)
- HD Mode: Resolved a condition where setting OCR_REORIENT_PAGES=ON and setting GRAPHIC_DPI to a specific value will cause any page that is ‘reoriented’ to not respect the GRAPHIC_DPI value. (DF-1973)
- HD Mode: Resolved a condition where text on a PDF may display as an empty box for unicode characters. (DF-1931)
- Resolved a condition for Excel files where hyperlinked images would not output the link when EXCELMODE is not 'text'. (DF-1949)
- Resolved a condition for HTML files where using the IMAGEURL option would not enclose the URL within quotes. (DF-1957)
- Resolved a condition for PDFs when 'OCR_REORIENT_PAGES' is enabled would not reorient the pages. (DF-1933)
- Resolved a condition where a text file may be identified as WordPerfect. (DF-1959)
- Resolved a condition where extracting MSG files from PST files would fail. (DF-1950)
- Security: xpdf: CVE-2024-2971: patched: applied security patch to address this issue. (DF-1990)
- Security: xpdf: CVE-2024-3247: not-exploitable: issue is already mitigated; does not impact document filters. (DF-1994)
- Security: xpdf: CVE-2024-3248: patched: applied security patch to address this issue. (DF-1991)
- Security: xpdf: CVE-2024-3900: patched: applied security patch to address this issue. (DF-1992)