Hyland.DocumentFilters.MacOS-x64 23.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hyland.DocumentFilters.MacOS-x64 --version 23.3.0                
NuGet\Install-Package Hyland.DocumentFilters.MacOS-x64 -Version 23.3.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.MacOS-x64" Version="23.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hyland.DocumentFilters.MacOS-x64 --version 23.3.0                
#r "nuget: Hyland.DocumentFilters.MacOS-x64, 23.3.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.MacOS-x64 as a Cake Addin
#addin nuget:?package=Hyland.DocumentFilters.MacOS-x64&version=23.3.0

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Hyland.DocumentFilters.MacOS-x64:

Package Downloads
Hyland.DocumentFilters.MacOS

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.0 343 8/21/2024
24.2.1 2,971 5/22/2024
24.2.0 259 5/15/2024
24.1.0 508 2/21/2024
23.3.0 611 9/14/2023
23.2.0 525 5/17/2023
23.1.0 804 2/22/2023
22.4.0 763 11/16/2022

# Enhancements

- Improved symbol character to Unicode character conversions. (DF-1531)
- Introduced option "SPREADSHEET_SHRINKTOFIT_LIMIT" to control the lowest scale allowed when "SPREADSHEET_SHRINKTOFIT" is enabled, defaulting to 25%. (DF-1559)
- Introduced password support for ODF files using "IGR_Open_Ex" callbacks. (DF-1257)
- Introduced password support for PDF files using "IGR_Open_Ex" callbacks. (DF-1252)
- Introduced support for "OpenDocument Drawing" isys:subType metadata. (DF-1621)
- Introduced support for easily providing localization values for metadata names using "IGR_Open_Ex" callbacks for all modes. (DF-272)
- Introduced support for the use of the Document Filters NuGet package within Native C++ projects. (DF-1060)
- Upgraded LZMA SDK to 23.01. (DF-1629)
- Upgraded bzip to 1.0.8. (DF-1615)
- Upgraded libjpeg to 9e. (DF-1616)
- Upgraded libpng to 1.6.40. (DF-1617)
- Upgraded libtiff to 4.5.1. (DF-1642)
- Upgraded libwebp to 1.3.1. (DF-1618)
- Upgraded openjpeg to 2.5.0. (DF-1620)
- Upgraded wavpack to 5.6.0. (DF-1619)
- Upgraded zlib to 1.3.0. (DF-1643)

# Updates

- HD Mode: Resolved a condition for DWG files where the first page is rendered incorrectly. (DF-1572)
- HD Mode: Resolved a condition for MSG files where a space character would be incorrectly included as part of a word's positional information. (DF-1602)
- HD Mode: Resolved a condition for PDFs where having incorrect mask data would cause embedded images to not render. (DF-1578)
- HD Mode: Resolved a condition for TIFFs where images with either the x or y DPI being 0 caused the image to not render. (DF-1614)
- HD Mode: Resolved a condition where 4 bit per pixel TIFF images without a palette and using MIN_IS_WHITE were not rendering correctly. (DF-1613)
- HD Mode: Resolved a condition where CGM files may not render. (DF-1549)
- HD Mode: Resolved a condition where CR/LF characters would be removed from the subject of an EML file. (DF-1597)
- HD Mode: Resolved a condition where DOC files converted to PNG may have the style of the title used for the first entry of a table of contents. (DF-1113)
- HD Mode: Resolved a condition where JPEGs would be promoted to 24-bit. (DF-1590)
- HD Mode: Resolved a condition where PDF redactions with PDF_PRESERVE_ORIGINAL may incorrectly scale, rotate, or mirror the content after successful redaction. (DF-1527)
- HD Mode: Resolved a condition where bitmaps would be promoted to 24-bit. (DF-1509)
- HD Mode: Resolved a condition where certain DOCX files may fail to render with the error message "Page limit exceeded" due to a paragraph-anchored graphic with text wrap forcing its anchor paragraph to the next page. (DF-1424)
- HD Mode: Resolved a condition where certain DOCX files may fail to render with the error message "Page limit exceeded" due to a table with multiple repeat header rows being split across pages. (DF-1573)
- HD Mode: Resolved a condition where certain DOCX files may not render in FreeBSD. (DF-1537)
- HD Mode: Resolved a condition where converting an MSG file with embedded Excel objects to HTML may cause the objects to not render. (DF-1541)
- HD Mode: Resolved a condition where converting documents containing EMF/WMF images to PDFs may cause a segmentation fault. (DF-1561)
- HD Mode: Resolved a condition where palleted PNGs would be promoted to 32-bit. (DF-1589)
- HD Mode: Resolved a condition where rendering images to a TIFF canvas would promote the image to 24-bit. (DF-1591)
- HD Mode: Resolved a condition where specific TIFFs using OJPEG compression would not render. (DF-1592)
- HD Mode: Resolved a condition where the conversion of an Excel file to .html would result in entire columns of values not visible in the .html output. (DF-1347)
- Resolved a condition where metadata for WebP files would not be extracted. (DF-1639)
- Resolved a condition where reported image sizes may be off by 1 due to pixel density stored as dots per centimeter. (DF-1012)
- Resolved a condition where the .NET API would incorrectly return "IGR_CANCELLED" instead of throwing an exception. (DF-1637)
- Security: 7-zip: CVE-2017-17969: not-exploitable: issue exists in desktop application, not in library; does not impact document filters. (DF-1624)
- Security: 7-zip: CVE-2018-10115: not-exploitable: issue exists in desktop application, not in library; does not impact document filters. (DF-1627)
- Security: 7-zip: CVE-2018-10172: not-exploitable: issue exists in desktop application, not in library; does not impact document filters. (DF-1623)
- Security: 7-zip: CVE-2018-5996: not-exploitable: issue exists in desktop application, not in library; does not impact document filters. (DF-1628)
- Security: Leptonica: CVE-2020-36277: not-exploitable: unused code block; does not impact document filters. (DF-1569)
- Security: Leptonica: CVE-2020-36278: not-exploitable: unused code block; does not impact document filters. (DF-1569)
- Security: Leptonica: CVE-2020-36279: not-exploitable: unused code block; does not impact document filters. (DF-1569)
- Security: Leptonica: CVE-2020-36281: not-exploitable: unused code block; does not impact document filters. (DF-1569)
- Security: Xpdf: CVE-2023-2662: not-exploitable: issue does not exist in version. (DF-1526)
- Security: Xpdf: CVE-2023-2663: not-exploitable: issue does not exist in version. (DF-1524)
- Security: Xpdf: CVE-2023-2664: not-exploitable: issue does not exist in version. (DF-1523)
- Security: Xpdf: CVE-2023-3044: not-exploitable: issue does not exist in version. (DF-1557)
- Security: giflib: CVE-2023-39742: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1650)
- Security: libtiff: CVE-2020-18768: not-exploitable: issue does not exist in version. (DF-1649)
- Security: libtiff: CVE-2022-40090: not-exploitable: issue does not exist in version. (DF-1648)
- Security: libtiff: CVE-2023-25433: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1575)
- Security: libtiff: CVE-2023-25434: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1564)
- Security: libtiff: CVE-2023-25435: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1570)
- Security: libtiff: CVE-2023-26965: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1563)
- Security: libtiff: CVE-2023-26966: patched: applied security patch to address this issue. (DF-1574)
- Security: libtiff: CVE-2023-2731: not-exploitable: issue does not exist in version. (DF-1542)
- Security: libtiff: CVE-2023-2908: patched: applied security patch to address this issue. (DF-1583)
- Security: libtiff: CVE-2023-30774: patched: applied security patch to address this issue. (DF-1544)
- Security: libtiff: CVE-2023-30775: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1543)
- Security: libtiff: CVE-2023-3316: not-exploitable: issue does not exist in version. (DF-1568)
- Security: libtiff: CVE-2023-3618: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1595)
- Security: libwebp: CVE-2023-1999: patched: applied security patch to address this issue. (DF-1577)
- Security: libwebp: CVE-2023-4863: patched: applied security patch to address this issue. (DF-1670)
- Security: unrar: CVE-2022-48579: not-exploitable: unused code block; does not impact document filters. (DF-1625)