Hyland.DocumentFilters 24.4.0

dotnet add package Hyland.DocumentFilters --version 24.4.0                
NuGet\Install-Package Hyland.DocumentFilters -Version 24.4.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.4.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hyland.DocumentFilters --version 24.4.0                
#r "nuget: Hyland.DocumentFilters, 24.4.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.4.0

// Install Hyland.DocumentFilters as a Cake Tool
#tool nuget:?package=Hyland.DocumentFilters&version=24.4.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 option "GRAPHIC_BMP_DPI" to control whether DPI stored in BITMAPINFOHEADER is read when processing BMP image files. Defaults to OFF, resulting in a default 96 DPI being used. (DF-2066)
- Introduced support for C++17 in the Document Filters C++ bindings. (DF-2140)
- Introduced support for Markdown output in text mode, allowing users to convert documents into Markdown format through the new "IGR_FORMAT_MARKDOWN" text mode flag. This feature enhances flexibility by not requiring HD Mode for Markdown output, resulting in more performant and efficient output. (DF-2200)
- Introduced support for a new Simplified JSON output canvas type. This streamlines the representation of document structures by leveraging a simplified JSON schema. It reduces the complexity of processing full DOM structures, making it particularly beneficial for AI and ML applications that require structured data, such as headings, tables, paragraphs, and lists, in a flattened hierarchy similar to Markdown output. (DF-2170)
- Introduced support for including image metadata in Markdown output when "MARKDOWN_INCLUDE_METADATA=ON". (DF-2227)
- Introduced support for simplified content cleaning in Markdown and JSON outputs. This feature offers multiple configurable cleaning options, including removing non-ASCII characters and normalizing quotes. These options improve the readability and machine-friendliness of generated content, making it ideal for downstream processing in AI/ML systems. (DF-2175)
- Introduced the Document Filters Python library as a GitHub package that can now be installed using a Python package manager. (DF-1975)

# Updates

- HD Mode: Resolved a condition for Apple Numbers files where cell data may be missing when converting to Hi-Def. (DF-2187)
- HD Mode: Resolved a condition for Apple Numbers files where highlighted text maybe shaded with a black background. (DF-2188)
- HD Mode: Resolved a condition for MS Office files where incorrect table headers were repeated if the table doesn't start from the top of the page. (DF-1645)
- HD Mode: Resolved a condition for MS Office files where table header rows are repeated if they don't fit on one page. (DF-1646)
- HD Mode: Resolved a condition for MS Office files where tables split across pages may cause the file to not convert. (DF-2158)
- HD Mode: Resolved a condition where internal links in MS Office files may display as plain text. (DF-2153)
- HD Mode: Resolved a condition where some tables would have missing cells when converting Word95 (or older) files. (DF-2107)
- HD Mode: Resolved a condition where tables in MS Powerpoint 97-2007 files would have their background color displayed incorrectly. (DF-2150)
- Resolved a condition in MS Office files where sub-directories could be reported as subfiles, causing an exception to be thrown. (DF-2223)
- Resolved a condition where WordArt text was missing from text-mode output for MS Office binary format files (e.g. .doc .ppt .xls). (DF-2094)
- Resolved a condition where attempting to open an rc4 encrypted file with a very long password would cause a segmentation fault. (DF-2179)
- Resolved a condition where non-latin characters would not be converted properly when converting EML files with UTF8 Byte Order Marks. (DF-2056)
- Resolved a condition where processing a Microsoft Office Excel 97-2003 Binary File Format (.xls) file with a self-reference to a range of cells that includes the 65536th row could hang or run indefinitely. (DF-2166)
- Resolved a memory leak when converting a corrupted RTF file to JSON. (DF-2114)
- Security: PDFium: CVE-2024-7973: not-exploitable: unused code block; does not impact Document Filters. (DF-2152)
- Security: xpdf: CVE-2024-7866: patched: applied security patch to address this issue. (DF-2143)
- Security: xpdf: CVE-2024-7867: not-exploitable: unused code block; does not impact Document Filters. (DF-2176)
- Security: xpdf: CVE-2024-7868: not-exploitable: issue is already mitigated; does not impact Document Filters. (DF-2177)