Foxit.SDK.Dotnet 10.0.0

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Foxit.SDK.Dotnet --version 10.0.0
NuGet\Install-Package Foxit.SDK.Dotnet -Version 10.0.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="Foxit.SDK.Dotnet" Version="10.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Foxit.SDK.Dotnet --version 10.0.0
#r "nuget: Foxit.SDK.Dotnet, 10.0.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 Foxit.SDK.Dotnet as a Cake Addin
#addin nuget:?package=Foxit.SDK.Dotnet&version=10.0.0

// Install Foxit.SDK.Dotnet as a Cake Tool
#tool nuget:?package=Foxit.SDK.Dotnet&version=10.0.0

Foxit PDF SDK for Windows .NET features a powerful, easy-to-use Core API in C# for rendering, viewing, annotation, signing, protecting and managing forms in PDFs. Alongside an extensive industry-leading PDF library for building and automating workflow, Foxit PDF SDK comes with in-depth demos, sample code and a quick start PDF viewer. Start building your own PDF editor tool today.

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-maccatalyst13.5 is compatible.  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.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net40 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
10.0.1 33 4/28/2024
10.0.0 2,154 3/18/2024
9.2.0 8,400 11/7/2023
9.1.0 12,590 8/22/2023
9.0.0 5,302 3/8/2023
8.4.2 30,121 12/21/2022
8.4.1 1,326 10/19/2022
8.4.0 1,663 8/29/2022
8.3.2 10,308 6/28/2022
8.3.1 2,240 4/26/2022
8.3.0 4,059 2/21/2022
8.2.1 2,421 11/26/2021
8.2.0 782 11/16/2021
8.1.0 946 8/16/2021
8.0.0 2,965 5/24/2021

Foxit PDF SDK v10.0.0  Release Date: 18 Mar. 2024
==================================================================
This is a major release____New Features/Enhancements____
* Support Displaying OFD Files:  Added header files 'fs_ofddoc.h, fs_ofdpage.h and fs_ofdrenderer.h' for handling OFD documents, pages, and rendering operations. And added 'InitializeOFDEngine' and 'ReleaseOFDEngine' in 'common::Library' class.
* Support Conversion between PDF and OFD: Introduced 'addon::conversion::Convert::ToOFD' and 'addon::conversion::Convert::FromOFD' functions, along with 'conversion::OFDConvertParam' class for setting conversion parameters.
* Support DWG2PDF: Added 'addon::conversion::Convert::FromDWG' function for generating PDF from DWG files, along with 'conversion::DWG2PDFSettingData' class.
* Introducing 3D Rendering on Windows:  Added header file 'fs_pdf3d.h' rendering 3D PDF documents.
* Support Paragraph Editing:  Added header file 'fs_paragraphediting.h' to perform advanced operations such as joining and splitting paragraphs, managing paragraph editing tasks, and providing callbacks for paragraph editing operations.
* Incremental Redaction: Introduced 'Redaction::StartApply' for incremental redaction and progress monitoring.
* Separating Grayscale and Color Images settings: Deprecated 'addon::optimization::OptimizerSettings::SetColorGrayImageSettings', added 'SetColorImageSettings' and 'SetGrayscaleImageSettings' for separate image compression settings.
* Multi-process Support for Linux OCR Addon: Added multi-process support for Linux OCR addon.
* Multithreading Support for Compliance Addon: Implemented multithreading support for Compliance addon with new functions.
* Support for Generating Headers and Footers: Updated 'conversion::pdf2office::PDF2WordSettingData' with 'enable_generate_headers_and_footers' parameter for header/footer generation.
* Support for Generating Footnotes and Endnotes: Updated 'conversion::pdf2office::PDF2WordSettingData' with 'enable_generate footnotes_and endnotes' parameter.
* Support Cloning Page Objects: Added 'GraphicsObject::Clone()' to enable object cloning between PDF pages and documents.
* Support for Splitting Document: Added header file 'fs_splitpdfdoc.h'  for document splitting.
* Support for Form State and Fill Color Changes Notification: Added new enum types to 'JSFieldValueChangeType', 'e_JSFieldValueChangedBySetReadOnly' and 'e_JSFieldValueChangedByFillColor',  for notifying form state and fill color changes.
* Provide Node.js Library on Windows and Linux: Introduced Node.js library with JavaScript API.
* Support for AnyCPU: Added AnyCPU platform target support for the Dotnet/DotnetCore.
* Enhanced Paging Seal Signature: Updated 'PagingSealConfig::PagingSealConfig' with 'is_display_multiple_seal' and 'page_count_for_each_seal' for setting page range for each seal.
* Enhanced TableGenerator Functionality: Added 'addon::tablegenerator::TableGeneratorCallback' with 'Release' and 'GetTableTopMarginToPage' functions for page margin setup, and updated 'addon::tablegenerator::TableCellData' with 'cell_fill_color' attribute for cell background modification.
* Enhanced OCR Engine: Added 'libippccm7.so' to OCR Bin folder for Linux CentOS 8 compatibility and error resolution.
* Enhanced Recognition of Text Blocks in PowerPoint: Improved accuracy of recognizing text blocks in PowerPoint slides.
* Enhanced AddText Functionality: Updated 'AddText' function's RichTextStyle with 'char_space' and 'word_space' properties for adjusting character and word spacing, and updated 'rotation' parameter to accept integer values and added 'disable_embed_font' parameter for font embedding control during text insertion.
* Enhanced XFA Form Support:  Updated 'XFAWidget' class with new APIs, IsReadOnly and IsRequired for checking values for any fields,  IsAllowRichText for rich text format checking,  and SetOptions for setting the selection of items in a choice list or radio button in the exclusion group.
* Optimized Rendering efficiency: Time for rendering pages with repeated paths reduced significantly, resulting in roughly threefold efficiency improvement.
* Optimized Page Parsing Efficiency:  Enhanced page parsing efficiency by nearly 16% through optimization, particularly for pages with numerous Path objects.____Bug Fixes____
* Resolved crashes in Java SDK on Linux with native memory errors
* Fixed crash issue caused by calling ImportFromFDF function.
* Fixed crash issue when using Linux Java SDK to convert specific files to PDF images.
* Fixed multiplication calculation error in form fields.
* Fixed issue of missing signatures after flattening dynamic XFA forms.
* Fixed issue where PDFReader demo did not perform form validation for invalid data input.
* Fixed issue where text line spacing of associated form fields changed after specific form field value changes.
* Fixed abnormal executing of OCR on Linux CentOS 8.
* Rectified loss of text background color issue after OCR of specific PDF documents using Linux DotNetCore SDK.
* Resolved issue where specific pages were rotated 90° after OCR of certain documents.
* Fixed problem where table border path objects were converted into images after OCR.
* Fixed issue of extra black lines appearing at the bitmap edge after inserting monochrome bitmap watermark using SDK.
* Fixed problem causing partial image loss when using setMatrix to move or resize images.
* Fixed mosaic issue in converted images after using pdf2image for specific PDF documents.
* Fixed initialization error in Java SDK on Linux ARM.
* Addressed low page release efficiency issue after calling getLayers in documents containing numerous path objects.
* Fixed issue where 'TextPage.GetTextInRect' method in DotnetCore SDK interpreted character '⁻' as '?'.
* Fixed incorrect result returned by PDFDoc::isLinearized function after loading linearized documents.
* Fixed issue where text was not displayed when rendering in DIB_CMYK format with SetRenderTextAntiAliasing(false).