Hyland.DocumentFilters
25.1.0
dotnet add package Hyland.DocumentFilters --version 25.1.0
NuGet\Install-Package Hyland.DocumentFilters -Version 25.1.0
<PackageReference Include="Hyland.DocumentFilters" Version="25.1.0" />
<PackageVersion Include="Hyland.DocumentFilters" Version="25.1.0" />
<PackageReference Include="Hyland.DocumentFilters" />
paket add Hyland.DocumentFilters --version 25.1.0
#r "nuget: Hyland.DocumentFilters, 25.1.0"
#addin nuget:?package=Hyland.DocumentFilters&version=25.1.0
#tool nuget:?package=Hyland.DocumentFilters&version=25.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 | Versions 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. |
-
.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.
# 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)