Home
Not logged in | Login

PDFKit.NET 1.0

Latest release

Version: 1.0.31.0
Released: 08 Jun 2007



Overview

Introduction

PDFKit.NET is a 100% managed .NET component for, reading, creating and manipulating PDF documents and PDF forms on the fly. With PDFKit.NET you can split, append, stamp, encrypt PDF documents and fill PDF forms. This component is typically deployed as part of an ASP.NET or WinForms application, however, it is just as well possible to integrate PDFKit.NET in a .NET web service.

Central to PDFKit.NET is a consistent and highly intuitive object model consisting of classes like Pages, Page, Overlay, Underlay, Shapes and Fields. The focus of our development team is always to ease the task of integrating our components in a larger application.

Fill PDF forms

All form fields of a PDF form can be accessed through the object model of PDFKit.NET. You can enumerate the fields either at document or at page level. You can index fields either by ordinal or by name.

A field is represented by the Field class. You can query the field for its type (text box, radio button, etc), its position and size and various attributes such as 'multiline' and 'read-only'. If a field represents a selection control such as a combo box or radio button group, you can also enumerate the options. Finally you can fill a form field by setting its Value property and flatten it by setting the Flatten property.
Show sample source code

Stamp PDF documents

PDFKit.NET allows you to open an existing PDF document and retrieve each page by index. You can also create a new PDF document and add new blank pages. A page is represented by the Page class. This class exposes 2 layers: an overlay and an underlay. You can draw on each of these layers by adding shapes to it. PDFKit.NET provides a large set of primitive shapes such as Line, Pie, Rectangle, Text (single- and multiline) and raster images (BMP, JPEG, GIF, PNG and TIFF). Each shape can be located anywhere on the page, rotated by any angle and scaled.
Show sample source code

Split and assemble PDF documents

You can collect pages from different source documents and assembly them in a single new document. You can translate, rotate and scale pages.
Show sample source code


Upgrading to PDFKit.NET 2.0

We will continue to support PDFKit.NET 1.0 until July 1st, 2007. After this date, we will no longer release PDFKit.NET 1.0 updates.

All PDFKit.NET 1.0 licenses can be upgraded to PDFKit.NET 2.0 licenses at a 40% discount. If you purchase PDFKit.NET 1.0 after October 1st, 2006 you are entitled to a FREE upgrade

Information about PDFKit.NET 2.0

For details about PDFKit.NET 2.0 follow this link.

Obsolete PDFKit.NET related products

PDFKit.NET replaces TallAppend.NET, TallStamp.NET, TallSecurity.NET and TallForms.NET. All functionality is now bundled in one single component.