Hyland.DocumentFilters.Fonts 24.1.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.1.0
NuGet\Install-Package Hyland.DocumentFilters.Fonts -Version 24.1.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.1.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.1.0
#r "nuget: Hyland.DocumentFilters.Fonts, 24.1.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.1.0

// Install Hyland.DocumentFilters.Fonts as a Cake Tool
#tool nuget:?package=Hyland.DocumentFilters.Fonts&version=24.1.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

- Introduced HD support for PDF XFA using the "PDF_XFA_ENABLED" option, defaulting to false. (DF-1263)
- Introduced option "OLM_DATE_FIELD" to set a comma separated list of fields containing message time in OLM files, with the order of the field names defining search priority. Defaults to empty, resulting in the first field found being used. (DF-1826)
- Introduced support for extracting comments from RAR files. (DF-1248)
- Introduced support for extracting comments from ZIP files. (DF-1250)
- Introduced support for extracting links to external workbooks within XLS files using the "SHOWHIDDEN_EXCEL_REFS" option, defaulting to OFF. (DF-1251)
- Introduced support for preservation of alpha channel (transparency) in BMP input. (DF-1738)
- Introduced support for preservation of alpha channel (transparency) in TIFF output when option"TIFF_BITSPERPIXEL" is '0' and option "TIFF_COMPRESSION" is 'NONE' or 'LZW'. (DF-1737)
- Introduced support for running Document Filters on Linux ARM64 for MUSL/Alpine. (DF-1522)
- Upgraded Xpdf to 4.04.03. (DF-1456)
- Upgraded libtiff to 4.6.0.  (DF-1673)
- Upgraded libwebp to 1.3.2. (DF-1674)

# Updates

- HD Mode: Resolved a condition for CGM files where the file may not render correctly. (DF-1550)
- HD Mode: Resolved a condition for DOCX files where a crash may occur when processing headers/footers with missing attributes. (DF-1701)
- HD Mode: Resolved a condition for HTML files where inline embedded images with an incomplete MIME type would not render. (DF-1742)
- HD Mode: Resolved a condition for PDFs with corrupt page size values, where an error would be given instead of setting a default page size. (DF-1500)
- HD Mode: Resolved a condition for SVG files that caused them to not render on Windows when the regional settings are set to a locale that does not use period and comma as their decimal and thousand separators. (DF-1733)
- HD Mode: Resolved a condition for Visio files where some .vdx and .vsdx files would render incorrectly with various non-"en_US" locales. (DF-1853)
- HD Mode: Resolved a condition for XPS files that caused them to not render on Windows when the regional settings are set to a locale that does not use period and comma as their decimal and thousand separators. (DF-1732)
- HD Mode: Resolved a condition where 16-bit PICT files may not render. (DF-1485)
- HD Mode: Resolved a condition where MSG files with 1000+ people in the recipients list may not render. (DF-1832)
- HD Mode: Resolved a condition where OS2 Bitmap files don't render. (DF-1484)
- HD Mode: Resolved a condition where calling "IGR_Canvas_DrawImage" with an SVG on a page created by "IGR_Canvas_Blank_Page" causes a SIGSEGV. (DF-1878)
- HD Mode: Resolved a condition where certain MS Visio files may not render. (DF-1653)
- HD Mode: Resolved a condition where certain PICT files may not render. (DF-1485)
- HD Mode: Resolved a condition where long footnotes may overlap content of the document. (DF-1032)
- HD Mode: Resolved a condition where option "OCR_REORIENT_PAGES=ON" could result in blank pages in rendered output. (DF-1845)
- HD Mode: Resolved a condition where output of PDF files may have the text incorrectly spaced. (DF-1528)
- HD Mode: Resolved a condition where some DICOM files may not render. (DF-1780)
- HD Mode: Resolved a condition where some embedded images within MSG files may not render. (DF-1849)
- HD Mode: Resolved a condition where the text of the "WATERMARK" option may be cut off. (DF-1884)
- Resolved a condition for HTML files where entity reference characters may not be processed correctly. (DF-1852)
- Resolved a condition for ODT files where "ENUMERATE_IMAGES=ON" may not work as expected. (DF-1580)
- Resolved a condition for PDF documents where having "PDF_PRESERVE_ORIGINAL=ON" may cause relative links within the document to not work. (DF-1703)
- Resolved a condition that may cause memory leaks when using the Python bindings. (DF-1889)
- Resolved a condition where .mbox files were not identified correctly. (DF-1846)
- Resolved a condition where an HTML file containing an SVG may be identified as an SVG. (DF-1736)
- Resolved a condition where converting a tabbed text file to classic HTML removed all of the tabs between the text. (DF-1888)
- Security: ODA: CVE-2023-5179: patched: applied security patch to address this issue. (DF-1786)
- Security: ODA: CVE-2023-5180: patched: applied security patch to address this issue. (DF-1859)
- Security: giflib: CVE-2023-48161: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1825)
- Security: libtiff: CVE-2023-3164: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1882)
- Security: libtiff: CVE-2023-3576: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1706)
- Security: libtiff: CVE-2023-40745: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1705)
- Security: libtiff: CVE-2023-41175: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1704)
- Security: libtiff: CVE-2023-52356: patched: applied security patch to address this issue.  (DF-1883)
- Security: libtiff: CVE-2023-6277: patched: applied security patch to address this issue. (DF-1830)
- Security: tinyxml: CVE-2023-34194: patched: applied security patch to address this issue. (DF-1855)
- Security: zlib: CVE-2023-45853: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1711)