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

// Install Foxit.SDK.Dotnet as a Cake Tool
#tool nuget:?package=Foxit.SDK.Dotnet&version=9.1.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 v9.1.0  Release Date: 22 Aug. 2023
==================================================================
This is a minor release____New Features/Enhancements____
* Set the appearance before start signing.
Relevant API: bool foxit::pdf::Signature::GenerateAppearance()
* Support adding signature with shared dictionary.
Relevant API: foxit::pdf::PDFPage::AddSignatureWithExistedVDict()
* Allowing incremental saving document before calling Signature::StartSign().
Relevant API: void Foxit::pdf::Signature::EnableIncrementalSaveForFirstSigning().
* Modify the appearance of the existing unsigned paging seal signatures before signing.
Relevant API: foxit::pdf::Signature::GetPagingSealSignature()
* Support adding paging signatures with shared dictionary.
Relevant API: Foxit::pdf::PagingSealConfig::PagingSealConfig ()
* Ignores full-width characters search.
Relevant API: Foxit::pdf::TextSearch::SearchFlags()
* Delete invalid PDF indexes.
Relevant API: Foxit::pdf::FullTextSearch:: StartUpdateIndex ()
* Support new PDF JavaScript objects including "Doc.pageTransition,Doc.templates,Span and Soap".
* [Office2PDF] Control VBA code execution during Office2PDF on Windows.
Relevant API: foxit::addon::conversion::Word2PDFSettingData::Word2PDFSettingData()
Relevant API: foxit::addon::conversion::Word2PDFSettingData::Set()
* [HTML2PDF] Control the converter environment and the IP blacklist.
Relevant API: foxit::addon::conversion::HTML2PDFSettingData::HTML2PDFSettingData()
Relevant API: foxit::addon::conversion::HTML2PDFSettingData::Set()
* Support Multiline tiled watermarks with options.
Relevant API: foxit::pdf::PDFDoc::StartAddTiledWatermark()
* Enable auto font size for the redaction overlay text.
Relevant API: foxit::pdf::annots::Redact::EnableAutoFontSize()     
* Support retrieving suspect results when performing OCR.
Relevant API: foxit::addon::ocr::OCR::GetOCRSuspectsInfo()
* Save document without updating datetime metadata.
Relevant API: PDFDoc::SaveAs()
Relevant API: PDFDoc::StartSaveAs()
* Enable text rotation when adding text
Relevant API: PDFPage.AddText()
* Added new objects-level classes for traversing the PDF structure tree.
New head file: fs_pdfstructtree.h
* Added Verify functionality to the PDFCompliance.
Relevant API: foxit::addon::compliance::PDFCompliance::Verify()
* Added image-to-PDF conversion functions with file path and stream options.
Relevant API: foxit::addon::conversion::Convert::FromImage()
* Link annotation supports JavaScript actions.
Relevant API: foxit::pdf::annots::Link::ExecuteJavaScriptAction()
* Added new functions to reset default value for XFA Widget.
Relevant API: foxit::addon::xfa::XFAWidget::SetDefaultValue()
Relevant API: foxit::addon::xfa::XFAWidget::GetDefaultValue()
* Added PDF Print interface on Linux
Relevant API: foxit::common::Renderer::Renderer()
* The Java Library supports for Linux ARM architectures.
* Updated the compliance lib to enhance its overall processing.
* Enhanced Windows C library support, addressing compatibility and errors.____Demo____
* New demonstration projects for both Visual Studio 2019 and 2022.____Bug Fixes____
1. Fixed a problem where certain Link Annotations retrieved empty Destinations in specific documents.
2. Fixed the appearance reset issue for Circle annotations, where some circle edges were being clipped after resetting.
3. Rectified the rendering issue of note annotations that were not displayed correctly in a specific file.
4. Fixed image compression process that led to image loss due to pauses during compression.
5. Fixed an issue in which running office2pdf on Linux environment resulted in an error: "[Unknown error]: any unknown error occurs."
6. [Java] Fixed a crash that occurred when invoking getEditableHeaderFooter during the addition of headers/footers in a document with pre-existing ones.
7. Fixed a situation where no exception was thrown when using PDFDoc.SaveAs to overwrite the original PDF file.
8. Fixed the generation of extra content in added page headers and footers when the last two characters of the content were single book title mark.
9. [Java] Rectified an issue where StructTreeEntity.getPage returned incorrect type.
10. Fixed text garbling issue when using PDFDoc.GetPageText to retrieve text from specific documents on Linux.
11. Fixed the issue where an e_ErrUnsupported exception was thrown when rendering PDF pages with transparency and DIBFormat set to e_DIBCmy
12. PDFDoc::StartLoad can now accurately retrieve the loading progress during document loading.
13. Resolved the problem on Android systems where automatic multiplication calculation for form fields produced incorrect results.
14. Rectified the unexpected outcome of AdditionalAction::DoJSAction execution.
15. Corrected the inability to clear a password-protected text field using JavaScript.
16. Corrected the misalignment of values in a list box after selecting and refocusing it in ViewDemo.
17. Resolved a crash issue triggered by calling Control.GetWidget() for specific files.
18. [Java] Addressed an error that occurred when using Image.saveAs with a path containing Chinese characters: "File cannot be found."
19. Addressed an error with Page.AddImage that occurred with large TIF files.
20. Rectified the issue of extra gray squares appearing when inserting a barcode image using AddImageFromFilePath.
21. Fixed SDK C++ library's incompatibility on Linux ArmV8, ensuring proper functionality.
22. Fixed a Linux OCR engine exception caused by insufficient RAM usage.
23. Resolved an issue where text overlap occurred in OCR output for skewed original documents.
24. Addressed an issue where ComplianceModule threw unhandled exceptions when converting an OCRed PDF document to PDF/A.
25. Fixed a crash that occurred when converting specific PDF files to PDF/A format.
26. Fixed an AccessViolationException that occurred when converting a specific PDF to PDF/A.
27. Resolved an issue where Control.GetWidget() took a long time for XFA files.
28. [PrintManager] Fixed incorrect print status returned by GetPrintJobStatus.
29. Fixed an issue where printing specific documents resulted in black blocks appearing in some areas of the printout.
30. Resolved encoding issue with FullTextSearch, enabling proper search of Chinese text.
31. Fixed FullTextSearch problem where it failed to work for already indexed files without index updates.