Hyland.DocumentFilters 24.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hyland.DocumentFilters --version 24.1.0                
NuGet\Install-Package Hyland.DocumentFilters -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" 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 --version 24.1.0                
#r "nuget: Hyland.DocumentFilters, 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 as a Cake Addin
#addin nuget:?package=Hyland.DocumentFilters&version=24.1.0

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
native native is compatible. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Hyland.DocumentFilters:

Package Downloads
Hyland.DocumentFilters.Linux-x64

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.

Hyland.DocumentFilters.Linux-Musl-x64

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.

Hyland.DocumentFilters.MacOS-x64

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.

Hyland.DocumentFilters.MacOS-arm64

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.

Hyland.DocumentFilters.Linux-ppc64le

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.4.0 492 11/13/2024
24.3.0 9,784 8/21/2024
24.2.1 17,210 5/22/2024
24.2.0 1,141 5/15/2024
24.1.0 18,980 2/21/2024
23.3.0 22,277 9/14/2023
23.2.0 12,318 5/17/2023
23.1.0 12,015 2/22/2023
22.4.0 5,016 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)