PDF4NET - Summary

by O2 Solutions - Product Type: Component / .NET Class / .NET Compact Framework / 100% Managed Code

Summary

PDF4NET by O2 Solutions

PDF enable your .NET applications. PDF4NET is a .NET library for creating, editing and filling PDF files on the fly from any .NET application. The library provides a simple API that allows you to create complex PDF documents, or to edit existing PDF files with a few lines of code. Its core functionality can be divided into 3 main areas: PDF creation, PDF editing and PDF forms filling. The library provides support for both standard .NET framework and Compact .NET framework. Project costs are reduced when developing with PDF4NET because it can be distributed royalty free.

PDF4NET is a .NET library for creating, editing and filling PDF documents on the fly from any .NET application.

The library provides a simple API that allows to create complex PDF documents, or to edit existing PDF files with a few lines of code. Its core functionality can be divided into 3 main areas: PDF creation, PDF editing and PDF forms management.

Using PDF4NET, a developer can create PDF files from any .NET compatible language, like C# or VB.NET. The drawing architecture is similar to GDI+, so if you know how to draw on the screen then you know how to create a PDF file. The PDF creation features include both basic and advanced features, allowing the developer to create PDF files of any complexity.

The PDF4NET library can be used for creating reports of any types, invoices, business cards or any other types of PDF documents or it can be integrated in PDF processing workflows.

PDF4NET provides support for the following features when creating PDF files:

Support for document wide properties like: document information and XMP metadata with custom properties, viewer preferences.Unlimited number of pages per document, each page with its size and orientation.

Random access to any page in the document.

Headers, footers, page templates and layers.

Native support for 1D (Codabar, Code 11, Code 128 A/B/C, Code 25, Code 25 Interleaved, Code 39, Code 93, COOP 25, EAN-13, EAN-8, IATA 25, ISBN, ISMN, ISSN, JAN-13, Matrix 25, MSI/Plessey, Planet, Postnet, RM4SCC, SCC-14, SSCC-18, UPC-A, UPC-E) and 2D (Codablock F, Code 16K, DataMatrix, MicroPDF417, PDF417) barcodes.

Automatic page numbering with support for roman and Arabic numerals.

Grid based layout when placing content on page, in this way drawing on a PDF page is much like drawing on the screen. The library also allows creating user defined units and coordinate systems.

Support for basic drawing primitives (lines, poly lines, arcs, pies, rectangles and rounded rectangles, ellipses, Bezier curves, paths, form XObjects). All primitives can be stroked or filled, and developer has full control over lines styles. Clipping regions are also supported by PDF4NET library. The library includes full support for transparency and blend modes. All drawing primitives can be filled with solid, hatched and gradient brushes.

RGB, CMYK and Gray color spaces.

Support for images, including jpeg, gif, bmp, png, emf; images can be placed anywhere on the page, scaled and rotated; Embedded images are cached, so when the same image is used multiple time in the PDF file, it is embedded only once. Images can be loaded from files, streams or System.Drawing.Bitmap. Transparent images are supported by default, support for color key masking, image masking and alpha channel transparency being also included. Windows Enhanced Metafiles are converted to PDF vector graphics.

CCITT G4 compression for B/W images. Tiff2PDF applications will benefit most of this feature.

Support for various text layouts using single text lines or text boxes with automatic word wrapping, text alignment (left, center, right or justified on horizontal, or top, middle bottom for vertical) and rotation;

Support for HTML formatting tags when drawing text.

Support for base 14 fonts, Type1 fonts, Unicode TrueType fonts, System.Drawing.Font and CJK fonts from Adobe Asian Language pack. Both Type1 and TrueType fonts can be embedded in the PDF document, and for TrueType fonts the library performs font sub setting automatically to reduce the size of the embedded font. The fonts are cached, so only one instance of the font is embedded in the final PDF file.

Support for PDF hyperlinks and document bookmarks. The target of a hyperlink can be a page in the same document, an external PDF file, an external non PDF file or a URL on the web.

PDF Actions are supported at document, page and bookmark level. Control how the PDF document is opened or add custom JavaScript code to your PDF document with a few lines of code.

Several types of annotations are supported, including text annotations, rubber stamp annotations and file attachment annotations.

Support for PDF security specification. Documents can be encrypted and password protected, both with user and owner passwords. The library supports both 40bit and 128bit encryption keys. Also, operations on a document can be restricted using access rights (allow print, allow assemble, allow content extraction, etc).

PDF files can be saved to file or stream, including HTTP output streams.

The content of PDF files is compressed to reduce file size and download times when the library is used from a web application.

PDF editing capabilities of PDF4NET allow a developer to perform a wide range of operations on existing PDF files. All PDF editing capabilities are available also on encrypted PDF files.

PDF files merge – multiple PDF files can be merged together with a single line of code and the resulted PDF file can be saved to disk or to a stream. Also, the final PDF file can be encrypted.

PDF files split – PDF files can be split to single pages in a single step.

Apply security to existing PDF files – existing PDF files can be encrypted and protected by passwords.

Page extraction – pages from external PDF files can be extracted and added to new documents, thus allowing mixing existing PDF files into a single new one. When a page is extracted, also its annotations, links and form fields are extracted.

Content extraction – the content of a page can be extracted and placed on a new page. Multiple pages content can be placed on a single new page (page imposition) to reduce the number of pages in the final PDF document.

PDF4NET library can create and fill PDF forms (AcroForms) and it can read and fill XFA forms. The following features are supported:

Create and modify PDF forms (Acroforms only)

Read and fill PDF forms (Acroforms)

Support for pushbuttons, single and multi lines text fields, checkboxes, radio buttons, comboboxes and listboxes (Acroforms)

Read and fill static XFA forms (Adobe Designer 7 static forms)

Support for pushbuttons, single and multi lines text fields, numeric fields, datetime fields, checkboxes, radio buttons, choice fields, image fields and barcode fields (XFA forms)

Support for encrypted forms

Form fields flattening

Import/Export of form data in FDF, XFDF and XML

The library includes a MSDN style help file.

PDF4NET library has been developed entirely in C#, taking full advantage of .NET Framework. It supports both standard .NET Framework and Compact .NET Framework.

What's new in PDF4NET V3.3x?

Extract images from PDF files.

Extract layers from PDF files.

What's new in PDF4NET V3.2x?

New features and enhancements:

DeviceRGB, DeviceCMYK, DeviceGray, Indexed, CalGray, CalRGB, Lab, ICC, Separation and DeviceN colorspaces

PANTONE colors

What's new in PDF4NET V3.1.1?

Support for overprint drawing

What's new in PDF4NET V3.1?

12 new barcode symbologies: Singapore Post, Royal Dutch TPG Post, PZN, Deutsche Post Identcode, Deutsche Post Leitcode, UCC/EAN128, USPS FIM, USPS Horizontal Bars, USPS Package Identification Code, FedEx Ground 96, Pharmacode, Code 32

What's new in V3.0x?

Digitally sign PDF files with X.509 certificates (.Net 2.0 only)

Embed 3D artwork in PDF files with support for projections, rendering modes, lighting schemes, backgrounds, cross sections, nodes and activation

AES-128 encryption

Added support for PDF 1.5 encryption which allows to leave the metadata in clear (search engine friendly), while encrypting the rest of the document

Added ReadOnly property at AcroForm level, to set/unset all fields at once

Added WideToNarrowRatio property to Code 2 of 5 family of barcodes

New features in V2.9.x

Support for creating linearized PDF files (fast web view PDF files)

Added support for extracting files from file annotations

Added support for new stamp annotations: SBRejected, SHAccepted, SHInitialHere, SHSignHere, SHWitness

New features in V2.8x

Native support for 1D and 2D barcodes

Support for page background (Adobe Acrobat© style)

Support for renaming AcroForm fields

Support for setting tab order for AcroForm fields

SaveProgress event for enabling user feedback when saving large PDF documents

PartNumbers: PC-514644-156664 514644-156664 PC-514644-156667 514644-156667 PC-514644-156670 514644-156670 PC-514644-156673 514644-156673 PC-514644-156676 514644-156676 PC-514644-156679 514644-156679 PC-514644-156681 514644-156681 PC-514644-156683 514644-156683

Publisher PartNumbers: PDF4NET01090 PDF4NET01360 PDF4NET04090 PDF4NET04360 PDF4NET08090 PDF4NET08360 PDF4NET99090 PDF4NET99360

PurchaseOptions: PDF4NET V3.3.1 - with 90 days support subscription 1 Developer License , PDF4NET V3.3.1 - with 90 days support subscription 4 Developer Team License , PDF4NET V3.3.1 - with 90 days support subscription 8 Developer Team License , PDF4NET V3.3.1 - with 90 days support subscription 1 Corporate License (Allows Unlimited Developers at a Single Physical Address) , PDF4NET V3.3.1 - with 1 year support subscription 1 Developer License , PDF4NET V3.3.1 - with 1 year support subscription 4 Developer Team License , PDF4NET V3.3.1 - with 1 year support subscription 8 Developer Team License , PDF4NET V3.3.1 - with 1 year support subscription 1 Corporate License (Allows Unlimited Developers at a Single Physical Address)

Resources: Read the PDF4NET help file, Read the PDF4NET License Agreement, Download the PDF4NET V3.3.1 evaluation on to your computer - Displays Evaluation Messages

Operating System for Deployment: Windows Vista, Windows XP, Windows 2000

Architecture of Product: 32Bit

Product Type: Component

Component Type: .NET Class, .NET Compact Framework, 100% Managed Code

Built Using: Visual C# .NET

Compatible Containers: Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Studio .NET 2003, Microsoft Visual Studio .NET, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual Basic .NET 2003, Microsoft Visual Basic .NET, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C# 2008, Microsoft Visual C# 2005, Microsoft Visual C# .NET 2003, Microsoft Visual C# .NET, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, .NET Framework 1.1, .NET Framework 1.0

Product Class: Business Components

Search Items: New Product Feb 04, New Product June 04, New Product Feb 05, New Product Sep 05

Keywords: PDF pdf Professional Partner pdf report pdffornet fornet pdffor 4 for

Product Search

Enter search words:

Award Award