PDFOne.NET 7.5.0

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

// Install PDFOne.NET as a Cake Tool
#tool nuget:?package=PDFOne.NET&version=7.5.0

Gnostice PDFOne .NET is a versatile PDF component suite for .NET developers to implement PDF-related tasks in their applications. PDFOne .NET can create, edit, view, print, search, redact, encrypt, decrypt, digitally sign, merge, split, reorganize, bookmark, annotate, watermark, and stamp PDF documents. PDFOne .NET can also create, edit, delete, fill and flatten PDF form fields. It also has an AJAX-powered Web-Forms PDF viewer component that can display and print PDF documents on any modern browser. PDFOne .NET is based entirely on managed code.

PDFOne .NET does all of this without any external PDF software such as Adobe PDF library, Adobe Acrobat Professional or Ghostscript. PDFOne .NET can be used with C#, VB.NET, ASP.NET and other .NET development platforms.

PDFOne components come with hundreds of functions and properties that put immense power in the hands of the developer. They hide the complexity of the PDF format and allows developers to quickly implement PDF-related features.

Product Compatible and additional computed target framework versions.
.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.

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
23.1.30 1,175 5/4/2023
23.1.29 635 5/4/2023
22.1.6 1,599 4/22/2022
7.8.0 1,308 5/24/2021
7.7.0 1,878 12/24/2019
7.6.0 1,952 4/3/2019
7.5.0 1,649 10/24/2018
7.0.0 8,733 10/21/2014
6.1.0 7,813 9/24/2014

Enhancements:
============
   PDF Processing
       - Updated fault tolerance logic to handle faults such as
           - Reading of PDF documents with incorrect /Prev entry in the trailer dictionary.
           - Null/invalid object reference for the page nodes in the /Pages dictionary.
           - Stream objects having invalid object reference for /Length entry.
           - Incorrect xref offset specified in startxref.
           - Null reference exception if a valid PDF object is not present.
           - Same object offset values in xref table entries.
       - ìNormalAppearanceî property is introduced in PDFFormPushButton to specify custom appearance.
   PDF Viewing
       - Introduced a new property ìMouseModeî in PDFViewer to change the mouse pointer actions. It provides two options: selection and marquee zoom.
       - Introduced area selection in the PDFViewer control.
       - Introduced drag and zoom feature in PDFViewer control.
       - Support for interactivity in link annotations for Go-to, Named and URL action types.
       - Support for interactivity in Pop Up annotations.
Fixed:
=====
   PDF Processing
       - ìPDFExceptionî is thrown while loading some PDF documents when the PDF file contains numerous 'NUL' bytes at the end of file.
       - PDF containing transparent JBIG2 images are not handled.
       - ìGetAllAnnotationsî method returns empty list when it is called more than once.
       - Text search fails when there is a small variation in Y coordinates for each word present in the text search string.
       - GoTo action of the Bookmarks is not performed as the bookmarks page number is always set to 0.
       - Text in the existing document is missing or rendered with characters overlapped when a new text is written to the existing document that shares the same font as the existing text.
       - Text extraction returns incorrect text for Type0 font text elements for some documents when the font contains empty CMap stream even though ToUnicode stream is non-empty and valid.
   PDF Creation/Editing
       - GoTo actions of bookmarks that are merged from other documents are not going to the appropriate merged pages.
       - Bookmarksí actions modification issue where the edited bookmarks changes are not saved in the output document.
       - After flattening the form fields in documents that contain XFA and opening the saved output document in Adobe Reader shows a JavaScript warning asking the user to upgrade/update the Adobe Reader application.
       - Text redaction is improper for Italian locale.
       - While flattening multiline textfield, the text value is ignored if the width of the text value does not exceed the field's boundary.
       - Flattened appearance stream position is not set correctly when the page mediabox has negative coordinates or when the form fields are rotated .
       - While saving the changes of an encrypted document, empty string values are not encrypted resulting in throwing "Arithmetic operation resulted in an overflow" exception.
       - When flattening a textfield, its contents are invisible when its font size is 0 as the Auto fontsize calculation is not done.
       - RedactRegion API is not redacting the text that intersects the specified region for redaction.
       - Saving the document results in blank pages when the page content stream in the loaded document already contains a new-line character at the beginning of the stream.
       - While saving existing loaded documents the /Metadata and /StructTreeRoot entries referenced in the /Catalog dictionary are mapped to incorrect objects.
       - Appearance stream of the form fields are always created using the properties of Parent field ignoring the properties of its own.
       - For Text form fields, the new value set is not updated in the Normal appearance stream of the field when the old value is empty in the appearance stream.
   PDF Rendering
       - PDF containing separation ColorSpace with alternateCS-Lab is not supported resulting in some shapes not being rendered.
       - Text contents are not rendered for some documents due to CMap stream parsing issues.
       - Text and shapes are not rendered at correct location when cm transformations and shapes rendering occur between BT (BeginText) and ET (EndText) operations.
       - Issue in storing and restoring negative font size resulting in incorrect rotation of the rendered text.
       - Transparency in 8-BPC Type1 image is not handled.
       - Individual glyph positioning value specified before first character in TJ operator is not handled.
       - Multiline textfields are rendered empty as the textlines are ignored when its width is greater than the textfield's width.
       - JavaScript actions are not read for annotations and form fields when the JavaScript value is specified as non-String object i.e., Indirect Reference or Stream object in the action dictionary.
       - Form field values are always rendered using Helvetica font ignoring the font specified in the /DA entry of form field dictionary.
       - Repeated loading and saving of AES 128bit encrypted document makes the document corrupt after some iterations.
   PDF Viewing
       - Mouse activity events results in returning incorrect page coordinates.
       - Newly added annotations are not reflected in the viewer when RefreshView() is called.