O2S.Components.PDF4NET.NET 14.0.0

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

// Install O2S.Components.PDF4NET.NET as a Cake Tool
#tool nuget:?package=O2S.Components.PDF4NET.NET&version=14.0.0

PDF4NET

This repository contains all the samples for PDF4NET .NET library.

PDF4NET is a .NET library for generating and importing PDF documents on the fly from any .NET application. The library does not rely on any Adobe products for creating and importing PDF files. It hides the complex structure of PDF files behind a simple object model that allows creation of complex PDF files or import of existing PDF files with a few lines of code. It supports a wide set of features, ranging from simple PDF creation to form filling, content redaction, complex color conversions or digital signatures.

The PDF4NET library can use either a grid based layout approach allowing precise positioning of content on document's pages or a flow based layout making the generation of complex documents a breeze. The final PDF file is compressed, making the library appropriate for web applications. The library can be used from WinForms, ASP.NET, WPF, UWP, .NET Core, Mac, iOS and Android applications without any restrictions, the source code being fully portable between platforms. The library is written entirely in C#, being 100% managed.

The PDF4NET library is licensed per developer and can be distributed ROYALTY FREE, reducing your project costs.

The main features of PDF4NET library are outlined below:

SUPPORTED PLATFORMS
  • .NET Framework 4.x
  • .NET 5 / 6 / 7
  • Windows Forms
  • Xamarin.Mac
  • ASP.NET Webforms and MVC
  • Console applications
  • Windows services
  • Mono
  • WPF 4.x
  • Xamarin.iOS
  • Xamarin.Android
  • Xamarin.Forms
  • Universal Windows Platform
  • .NET Core 2.x / 3.x
  • .NET Standard
DOCUMENT FEATURES
  • Create and load PDF documents from files and streams
  • Grid layout and/or flow layout modes
  • Save PDF files in PDF/A-1B, PDF/A-2 B/U, PDF/A-3 B/U format
  • Save PDF files in PDF/UA-1 format
  • Save PDF files to disk and streams
  • PDF structure compression
  • Document information and custom properties
  • Document viewer preferences and display modes
  • Document and page XMP metadata
  • Document file attachments
  • Document level Javascripts and actions
  • Document outline (bookmarks)
  • Create CAD and geospatial enabled PDF files
  • Add, remove and read Bates numbers
  • Add and remove PDF pages
  • Page boxes - media box, crop box, art box, trim box and bleed box
  • Page labeling ranges (page numbering)
  • Page user units
  • Extract pages from external PDF files
  • Append PDF pages
  • Split PDF files into pages
  • Document incremental updates
  • Partial document loading and saving
LOGICAL STRUCTURE & TAGGED PDF & ACCESSIBILITY
  • Logical document structure
  • Tagged PDF
  • Structure tree and structure elements
  • ID map
  • Role map
  • Structure element attributes
  • Attribute classes
  • PDF/UA-1
  • Automatic tagging of flow documents
  • Extraction of page content with associated logical structure information
FLOW DOCUMENT FEATURES
  • Mixed formatted text
  • Superscript/subscript text
  • Images
  • Form XObjects
  • Annotations
  • Tables
  • Headers and footers
  • Table of contents
  • Automatic tagging for accessibility
  • Before/After draw events for flow content
SECURITY
  • User and owner passwords
  • Document access rights
  • 40 bit and 128 bit RC4 encryption
  • 128 bit and 256 bit AES encryption
  • Content redaction
  • Disable text copy/paste
DIGITAL SIGNATURES
  • Approval and certifying digital signatures with X509 certificates
  • Basic CMS and PAdES digital signatures with SHA256 / SHA384 / SHA512
  • Signature timestamps
  • OCSP and CRL information included in digital signatures
  • Document security store
  • Document timestamps
  • LTV (Long Term Validation) enabled digital signatures
  • Support for hardware signature tokens/smartcards (Windows, WPF, Mac)
  • Externally computed signatures
  • Load digital signatures from signed PDF files
  • Decode existing signatures into basic ASN.1 blocks
  • Extract the certificate from digital signatures
  • Save the signed copy of a PDF document
GRAPHICS FEATURES
  • Grid layout for fixed content positioning
  • Flow layout for relative content positioning
  • All PDF color spaces: DeviceRGB, DeviceCMYK, DeviceGray, Indexed, CalGray, CalRGB, Lab, ICC, Separation, DeviceN and PANTONE colors
  • Pen and brush objects for stroking and filling operations
  • Hatch style brushes
  • Graphics primitives: lines, ellipses, rectangles, rounded rectangles, arcs, pies, chords, Bezier curves, paths
  • Clipping paths
  • Images (see Images section) and form XObjects
  • Transparency groups
  • Single line and multi line text with vertical and horizontal aligment, including justified text
  • Extended graphics states with support for fill and stroke alpha, blend modes and overprinting
  • Affine transformations: multiply, translate, rotate and scale
  • Shadings - function, axial and radial
  • Patterns - colored, uncolored and shading
  • Optional content (layers) with support for custom display trees, multipage and mixed layers
  • Barcodes (see Barcodes section)
  • Drawing of external page content (page imposition)
  • Low level PDF graphics for full control over the page content stream
  • Formatted content (paragraphs, text blocks, styled text, links inside text, bullet lists)
  • Tables (simple and composite cells, column spans, row spans, borders)
FONTS
  • Standard PDF fonts, Western and CJK
  • Type1 fonts
  • Type3 fonts
  • Ansi and Unicode TrueType fonts with support for font subsetting
  • Disable text copy/paste for Unicode TrueType fonts
  • Full color emojis and SVG fonts
  • Advanced TrueType features:
    • Ligatures
    • Vertical glyphs
    • Small capitals
    • Old style figures
IMAGES
  • Load images from files and streams
  • Png, Gif, Jpeg, Jpeg2000, Tiff and Raw images
  • Extra large JPEG images
  • Extra large TIFF images (24bpp and 32bpp, uncompressed, zip, lzw)
  • Create images from System.Drawing.Bitmap (WinForms) (BMP, GIF, PNG, TIFF, JPG)
  • Native support for TIFF (grayscale, RGB and CMYK), JPEG, PNG and RAW images
  • TIFF to PDF conversion with CCITT G4 compression for B/W images
  • Image masks: color masks, stencil mask and soft masks
  • Alternate images for printing
  • SVG to PDF conversion
BARCODES
  • Built in vector barcode engine, no barcode images or barcode fonts
  • Unidimensional barcodes:
    • Generic barcodes: Codabar, Code 11, Code 25, Code 25 Interleaved, Code 39, Code 39 Extended, Code 93, Code 93 Extended, Code 128 A, Code 128 B, Code 128 C, COOP 25, Matrix 25, MSI/Plessey
    • Pharmaceutical barcodes: Code 32, Pharmacode, PZN (Pharma-Zentral-Nummer)
    • EAN/UPC barcodes: EAN 128, EAN-13, EAN-8, ISBN, ISMN, ISSN, JAN-13, UPC-A, UPC-E
    • Postal and transportation barcodes: FedEx Ground 96, IATA 25, Identcode, Leitcode, KIX, Planet, PostNet, RM4SCC, SCC-14, SingaporePost, SSCC-18, USPS FIM, USPS Horizontal, USPS PIC
  • Bidimensional barcodes:
    • DataMatrix, QR, PDF417, Micro PDF417, Codablock F, Code 16K
PDF ANNOTATIONS
  • Add, edit and remove PDF annotations
  • Standard and custom appearance for annotations
  • Flatten annotations
  • Supported annotations:
    • Text (sticky notes) annotations
    • Rubber stamp annotations
    • Square and circle annotations
    • Cloud square annotations
    • File attachment annotations
    • Link annotations (hyperlinks)
    • Line annotations
    • Ink annotations
    • Polygon and polyline annotations
    • Cloud polygon annotations
    • Text markup annotations: highlight, underline, strikeout, squiggly
    • Free text (typewritter) annotations
    • Sound annotations
    • Movie annotations
    • Rich media (Flash) annotations
    • Redaction annotations
    • 3D annotations with support for: views, projections, lighting schemes, cross sections, backgrounds and animations
PDF FORMS (Acrobat forms)
  • Create, load and save PDF forms
  • Add, edit, remove and rename form fields
  • Support for text box fields, combo box fields, list box fields, push button fields, check box fields, radio button fields, signature fields
  • Read/Write (fill) form fields
  • Create custom appearances for field widgets
  • Flatten form fields
  • Form actions (see PDF actions)
PDF ACTIONS
  • Add, edit and remove PDF actions
  • Set actions at document level, page level, annotation level and form field level
  • Supported actions:
    • GoTo actions - go to destinations in current PDF file
    • Remote GoTo actions - go to destinations in external PDF files
    • GoTo 3D view actions - activate a specific view in a 3D annotation
    • Lauch actions - launch executables and files
    • URI actions - go to a web based destination
    • Named actions - predefined PDF actions
    • Javascript actions - execute Javascript code
    • Submit form actions - submit form data to a server
    • Reset form actions - reset form fields to default values
    • Hide actions - show or hide form fields
PDF FUNCTIONS
  • Sample based functions (Type 0)
  • Exponential functions (Type 2)
  • Stitching functions (Type 3)
  • Postscript calculator functions (Type 4)
  • Search text in PDF pages with support for regular search, case sensitive search, whole word search and regular expression search
CONTENT EXTRACTION
  • Extract text with position information at fragment level and glyph level
  • Extract text as words with position information at word level and glyph level
  • Extract text and words from user defined regions
  • Extract images including image information such as: image size in pixels, bits per pixel, colorspace, image position on the PDF page, image size on the PDF page, image horizontal and vertical resolution
  • Extract page content as a sequence of path, text, image and shading objects
  • Extract optional content groups as vector drawings
  • Extract page content as vector drawings
CONTENT TRANSFORMATION
  • Convert page content to RGB
  • Convert page content to CMYK
  • Convert page content to Grayscale
  • Convert images to Grayscale
  • Replace page images
  • Remove page images
CONTENT REDACTION
  • Text redaction
  • Image redaction
  • Redaction annotations
PDF PORTFOLIOS
  • Create and load PDF portfolios
  • Define portfolio attributes and define sort order for portfolio items
  • Add and remove portfolio items
  • Organize portfolio items into folders
LOW LEVEL COS API
  • Add, edit and remove COS objects
  • Supported COS objects: strings, numbers, names, booleans, nulls, arrays, dictionaries and streams
PDF RENDERING (included in PDF4NET+Render package)
  • Convert PDF pages to color, grayscale and black & white images
  • Convert PDF pages to RAW, PNG and TIFF (single and multi-page)
  • Convert PDF pages to images up to 32bpp 65536x65536 pixels
  • Native RGBA, BGRA, ARGB, RGB, BGR and Grayscale rendering
  • Built-in graphic engine that produces pixel matched results across all supported platforms
  • Multi-threaded PDF to image conversion
  • Selective content rendering: text and/or vector graphics and/or images and/or form fields and/or annotations
  • Turn on/off layer visibility for PDF to image conversion
  • Supported PDF features:
    • Stroked and filled vector graphics
    • Clipping paths including text based clipping paths
    • Text (all text rendering modes)
    • Fonts (standard PDF fonts, embedded fonts, TrueType, Type1, Type3)
    • Images (RAW, DCT/JPEG, CCITT, JPEG2000, JBIG2, inline) with associated masks if present
    • Colorspaces (RGB, CMYK, Gray, CalRGB, CalGray, Lab, ICC, Separation, DeviceN, Indexed)
    • Graphics state soft masks
    • Transparency groups
    • Blend modes
    • PDF patterns
    • PDF shadings (gradients)
LICENSING
  • Per developer licensing with royalty free distribution
CLASS REFERENCE

PDF4NET class reference is available here: PDF4NET Class Reference

The classic Hello PDF sample looks like this with PDF4NET:

PDFFixedDocument document = new PDFFixedDocument();
PDFPage page = document.Pages.Add();
page.Canvas.DrawString("Hello PDF", new PDFStandardFont(), new PDFBrush(), 50, 50);
document.Save("HelloPDF.pdf");
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows is compatible.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows is compatible.  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.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 (1)

Showing the top 1 NuGet packages that depend on O2S.Components.PDF4NET.NET:

Package Downloads
O2S.Components.PDF4NET.Render.NET

PDF4NET.Render is a PDF rendering add-on library for PDF4NET library. It brings PDF to image capabilities to PDF4NET. The library featues: - single page PDF conversion to PNG and TIFF - multi-page PDF conversion to multi-page TIFF - color, grayscale and black&white rendering - selective rendering (render only text and/or images and/or vector graphics) - built in graphic engine that ensures identical results across all supported platforms The library can be used from WinForms, ASP.NET, WPF, UWP, .NET Core, Mac, iOS, Android and Xamarin.Forms applications without any restrictions, the source code being fully portable between platforms. The library is written entirely in C#, being 100% managed. The PDF4NET.Render add-on library is licensed per developer and can be distributed ROYALTY FREE, reducing your project costs. A license for PDF4NET library is required. The complete list of features is available here: https://o2sol.com/pdf4net/features.htm

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.0.0 513 3/4/2024
13.2.3 822 2/1/2024
13.2.2 904 1/3/2024
13.2.1 1,374 12/4/2023
13.2.0 1,245 11/1/2023
13.1.4 2,379 10/2/2023
13.1.3 1,372 9/4/2023
13.1.2 1,267 8/1/2023
13.1.1 1,914 6/30/2023
13.1.0 1,068 6/1/2023
13.0.2 3,707 5/2/2023
13.0.1 1,420 4/3/2023
13.0.0 8,682 3/1/2023
12.1.4 1,470 1/31/2023
12.1.3 1,755 12/30/2022
12.1.2 1,296 11/30/2022
12.1.1 1,183 10/31/2022
12.1.0 1,841 9/30/2022
12.0.2 3,580 9/5/2022
12.0.1 1,379 7/29/2022
12.0.0 3,119 7/4/2022
11.2.2 1,699 5/30/2022
11.2.1 1,495 4/29/2022
11.2.0 2,300 3/29/2022
11.1.2 1,467 2/28/2022
11.1.1 1,192 1/31/2022
11.1.0 864 12/30/2021
11.0.3 1,776 11/30/2021
11.0.2 2,431 10/29/2021
11.0.1 917 9/29/2021
11.0.0 3,483 8/30/2021
10.6.3 1,027 7/30/2021
10.6.2 2,157 6/29/2021
10.6.1 1,787 5/28/2021
10.6.0 1,174 4/29/2021
10.5.2 1,076 3/30/2021
10.5.1 1,082 2/25/2021
10.5.0.2 874 2/3/2021
10.5.0 1,180 1/28/2021
10.4.2 1,055 12/30/2020
10.4.1 1,057 11/30/2020
10.4.0 1,847 10/29/2020
10.3.3 1,016 9/29/2020
10.3.2 956 8/28/2020
10.3.1 1,078 7/31/2020
10.3.0 1,013 6/26/2020
10.2.3.2 978 6/2/2020
10.2.3 865 5/27/2020
10.2.2 1,073 4/30/2020
10.2.1 1,369 3/31/2020
10.2.0.4 1,562 2/27/2020
10.2.0.2 971 2/26/2020
10.2.0 1,013 2/26/2020
10.1.0 1,347 1/10/2020
10.0.0 2,663 12/1/2019
9.9.9.3100 1,724 11/14/2019
9.9.9.3000 2,066 10/15/2019

Please visit https://www.o2sol.com/pdf4net/whatsnew.htm for release notes.