Hyland.DocumentFilters 25.1.0

dotnet add package Hyland.DocumentFilters --version 25.1.0
                    
NuGet\Install-Package Hyland.DocumentFilters -Version 25.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="25.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hyland.DocumentFilters" Version="25.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Hyland.DocumentFilters" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hyland.DocumentFilters --version 25.1.0
                    
#r "nuget: Hyland.DocumentFilters, 25.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.
#addin nuget:?package=Hyland.DocumentFilters&version=25.1.0
                    
Install Hyland.DocumentFilters as a Cake Addin
#tool nuget:?package=Hyland.DocumentFilters&version=25.1.0
                    
Install Hyland.DocumentFilters as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
25.1.0 7,644 2/19/2025
24.4.0 12,939 11/13/2024
24.3.0 24,203 8/21/2024
24.2.1 37,866 5/22/2024
24.2.0 1,195 5/15/2024
24.1.0 21,246 2/21/2024
23.3.0 23,468 9/14/2023
23.2.0 12,839 5/17/2023
23.1.0 12,900 2/22/2023
22.4.0 5,600 11/16/2022

# Enhancements

- Introduced file identification for incomplete or truncated files, allowing Document Filters to determine file types using the first 2KB of data in most cases. (DF-2039)
- Introduced headings mapping for Hangul HWP 3 files to improve structured output. (DF-2261)
- Introduced headings mapping for Hangul HWP 5 files to improve structured output. (DF-2198)
- Introduced headings mapping for Hangul HWPX files to improve structured output. (DF-2130)
- Introduced headings mapping for Open Document Presentation files (.odp) to improve structured output. (DF-2124)
- Introduced headings mapping for PDF XFA files to improve structured output. (DF-2197)
- Introduced list item mapping for Hangul HWP files to improve structured output. (DF-2260)
- Introduced list item mapping for Hangul HWPX files to improve structured output. (DF-2262)
- Introduced list item mapping for PDF XFA files to improve structured output. (DF-2259)
- Introduced list item mapping for WordPerfect 6 files to improve structured output. (DF-2263)
- Introduced option `PDF_LIST_DETECTION` for detecting bullet and numbered lists in PDF files, allowing for more accurate mapping and output to structured formats such as Markdown and JSON. (DF-2125)
- Introduced option `PDF_MARKDOWN_UNWRAP_TEXT` for detecting line wrapping in PDF files, allowing for cleaner output when generating structured formats such as Markdown and JSON. (DF-2125)
- Introduced slide title and subtitle mappings to headings for Apple Keynote 09 files to improve structured output. (DF-2126)
- Introduced slide title and subtitle mappings to headings for Apple Keynote 14 files to improve structured output. (DF-2127)
- Upgraded Xpdf to 4.05.02. (DF-2084)

# Updates

- HD Mode: Resolved a condition for HTML based files where content after an unexpected </html> close tag would not appear in rendered output. (DF-2289)
- HD Mode: Resolved a condition for PostScript files where files containing type-3 fonts may fail to render. (DF-2241)
- HD Mode: Resolved a condition where converting a PPTX file may cause a memory violation. (DF-2272)
- HD Mode: Resolved a condition where email headers may not display correctly when HTML tags are commented. (DF-2147)
- HD Mode: Resolved a condition where processing Microsoft Office Excel files (.xlsx) containing charts could cause a memory violation. (DF-2269)
- HD Mode: Resolved a condition where processing Microsoft Office Word files (.doc) containing Microsoft Office Excel elements could cause a memory violation. (DF-2270)
- Resolved a condition for MS Office documents where improperly formatted headers/footers may cause a crash. (DF-2268)
- Resolved a condition for XPS files where files stored in pieces would fail to identify and extract. (DF-2244)
- Resolved a condition where EML files were identified as Text when opened via stream. (DF-2230)
- Resolved a condition where converting an HTML file to markdown in text-mode may cause an error. (DF-2266)
- Resolved a condition where processing a PDF containing a page with a very large number of characters would take a very long time.  A new option, PDF_MAX_CHARS_PER_PAGE, which defaults to 50000, can be used to manage how many characters on a page of PDF input are processed by Document Filters; setting the option to a value of 0 removes the limit. (DF-2271)
- Resolved a condition where setting `MARKDOWN_SIMPLE_TABLE_STYLE` to `HTML` would still output pipe tables when generating Markdown. (DF-2288)
- Security: 7-zip: CVE-2024-11477: not-exploitable: unused code block; does not impact Document Filters. (DF-2274)
- Security: 7-zip: CVE-2025-0411: not-exploitable: issue exists in desktop application, not in library; does not impact document filters. (DF-2325)