PDFOne.NET
24.1.60
dotnet add package PDFOne.NET --version 24.1.60
NuGet\Install-Package PDFOne.NET -Version 24.1.60
<PackageReference Include="PDFOne.NET" Version="24.1.60" />
paket add PDFOne.NET --version 24.1.60
#r "nuget: PDFOne.NET, 24.1.60"
// Install PDFOne.NET as a Cake Addin #addin nuget:?package=PDFOne.NET&version=24.1.60 // Install PDFOne.NET as a Cake Tool #tool nuget:?package=PDFOne.NET&version=24.1.60
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 | Versions 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. |
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.
===
Enhancements
PDF Processing
- Added FormattedText and FormattedTextCharBoundingRects properties to PDFPageTextElement to get spaced-out text based on relative position between words
- Added SpaceCharWidth property to PDFPageTextElement to get the width of the glyph for the space character
- Optimize parsing of TrueType fonts
PDF Creation
- Added PDFPage.SetPDFCropBox method to set a CropBox for the page
PDF Printing
- Added option to speed up printing when printing using a metafile. Use setting UseBackgroundMetafileCreation under PrinterPreferences to control this behavior
===
Fixes
PDF Processing
- Text not appearing when viewing PDF file containing Type1 font
- StackOverflow error occurs while rendering PDF documents that contain inline images inside Form /XObject resources
- Some content is missing when viewing a PDF file that contains dictionaries in its page content stream
- Program hangs when attempting to search in a PDF file containing Type 0 font
- Viewer hangs when attempting to view a PDF file that contain multiple char spacing values in the TJ operand
- Removed misleading method "GetAllFormFieldsForXFA" since XFA is not supported
- Text is not being retrieved from inside Form X objects
- Missing word spacing when extracting text from PDF
- If the font is a CIDKeyed font, when an outline is requested using its glyphID then look up the outline data using the default encoding table, otherwise loop up using GlyphIDToGlyphNameDict
- Shapes rendered using axial shading pattern is not appearing in the output
- PDF containing an image with a 1-BPC soft mask is not being rendered correctly
PDF Viewing
- Extra padding at the bottom of the document in the viewer
- Mouse activity event arguments values are not adjusted for DPI