Hyland.DocumentFilters.Fonts 22.4.0

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.1 595 5/22/2024
24.2.0 777 5/15/2024
24.1.0 3,732 2/21/2024
23.3.0 10,944 9/14/2023
23.2.0 9,565 5/17/2023
23.1.0 11,458 2/22/2023
22.4.0 1,843 11/16/2022

# Enhancements

- Introduced HD support for Apple Keynote 2009 files. (DF-1022)
- Introduced a default font color of black when rendering as HTML. (DF-1210)
- Introduced option "JPEG_REORIENT_PAGES" to control if the stored orientation should be honored when loading JPEG files, defaulting to OFF. (DF-1222)
- Introduced option "TEXT_PAGE_CHARS_PER_LINE". When given a value greater than 0, this will indicate the maximum number of characters per-line. (DF-1069)
- Introduced option "TEXT_PAGE_LINES_PER_PAGE". This will indicate the maximum number of lines per-page. (DF-1069)
- Introduced option "TEXT_PAGE_WORD_WRAP". When enabled, lines will be word wrapped. (DF-1069)

# Updates

- HD Mode: Resolved a condition for Apple Pages 2009 where pie chart explosion did not render correctly. (DF-1160)
- HD Mode: Resolved a condition for MS Excel files where images in the header and footer may not render. (DF-1107)
- HD Mode: Resolved a condition for MS Word files where a drop cap is positioned incorrectly. (DF-476)
- HD Mode: Resolved a condition for MS Word files where lines with line spacing less than 1.0 would not be placed correctly. (DF-688)
- HD Mode: Resolved a condition for Office 2007+ where pie chart explosion did not render correctly. (DF-1160)
- HD Mode: Resolved a condition for RTF files where characters may be missing from output. (DF-1291)
- HD Mode: Resolved a condition for RTF files where embedded images may not render. (DF-1167)
- HD Mode: Resolved a condition for RTF files where watermarks partially obscured part of the text. (DF-1066)
- HD Mode: Resolved a condition for RTF files where watermarks were not centered correctly. (DF-1066)
- HD Mode: Resolved a condition for TIFF files where invalid planar config values may cause them to not render. (DF-1221)
- HD Mode: Resolved a condition for XPS files where text context may not be aligned. (DF-691)
- HD Mode: Resolved a condition where Charts and other graphics were not rendered with SHOW_HIDDEN=on in MS Office documents if the paragraph they were contained in was marked as hidden. (DF-1123)
- HD Mode: Resolved a condition where MS Word 2007+ documents with a very large number of text runs sharing the same numbering style caused very high memory usage. (DF-1228)
- HD Mode: Resolved a condition where certain OXPS files would not render. (DF-1229)
- HD Mode: Resolved a condition where converting PICT to PDF without explicitly setting the font name would cause a crash. (DF-1271)
- HD Mode: Resolved a condition where using TEXT_FALLBACK option could result in the text rendering past the margins and off the bottom of the page. (DF-1232)
- Resolved a condition for EML files where messages with a large amount of X headers may fail to identify. (DF-921)
- Resolved a condition for MS Access files where 2016 versioned files may fail to extract. (DF-1224)
- Resolved a condition for MS Excel files where header/footer content is not extracted when content is left justified. (DF-681)
- Resolved a condition for PDF files containing invalid shading patterns which may cause memory leaks. (DF-1289)
- Resolved a condition for PDF files containing links which may cause memory leaks. (DF-1285)
- Resolved a condition for RPM files where archives compressed with XZ would fail to extract. (DF-1225)
- Resolved a condition for Word Perfect files that resulted in a crash when processing documents with nested frames. (DF-1272)
- Resolved a condition that caused a memory leak in Apple Pages 2009 when converting to PNG. (DF-1284)
- Resolved a condition where HDHTML_IMAGE_FORMAT was not honored for HTML5 output causing all inline images to be written as PNG. (DF-1308)
- Resolved a condition where ICU may segfault in low memory environments. (DF-1309)
- Resolved a condition where MS Office XML files may be misidentified as zip files. (DF-1338)
- Resolved a condition where MS PowerPoint 2003 files would display bullets instead of numbers. (DF-659)
- Resolved a condition where TIFF files would fail to decode if the BitPerSample tag was missing. (DF-1236)
- Resolved a condition where a corrupt PDF file could cause a heap-buffer-overflow and possibly result in a crash of the application. (DF-1290)
- Resolved a condition where a corrupt PNG file could cause a heap-buffer-overflow and possibly result in a crash of the application. (DF-1288)
- Resolved a condition where generating classic HTML could cause textbox backgrounds to be incorrectly rotated. (DF-835)
- Resolved a condition where the incorrect DPI was asserted for TIFF, PNG, or JPEG with less than 48 DPI. (DF-1336)
- Security: libtiff: CVE-2022-1354: patched: applied security patch to address this issue. (DF-1234)
- Security: libtiff: CVE-2022-1355: not-exploitable: issue exists in cli tool, not in library; does not impact document filters.  (DF-1233)
- Security: libtiff: CVE-2022-2953: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1219)
- Security: libtiff: CVE-2022-3570: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1326)
- Security: libtiff: CVE-2022-3597: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1327)
- Security: libtiff: CVE-2022-3598: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1329)
- Security: libtiff: CVE-2022-3599: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1330)
- Security: libtiff: CVE-2022-3626: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1331)
- Security: libtiff: CVE-2022-3627: not-exploitable: issue exists in cli tool, not in library; does not impact document filters. (DF-1332)