
DynamicPDF Generator for .NET is a highly efficient and easy to use class library for the dynamic creation of PDF documents based on dynamic data. PDF documents can be saved to disk, output to a System.IO.Stream object or output directly to IIS's output stream. The assembly is written in C# using 100% managed code and safe code. It is accessible from any .NET language including C# and VB.NET. The generated PDF documents are 100% compatible with PDF version 1.3 thru 1.7 and comply with the PDF specification as published by Adobe.
DynamicPDF Generator for .NET includes 48 Page Elements that can be used in a PDF document. It features a Custom Page Element API which allows for the creation of custom or composite Page Elements by inheriting from the ceTe.DynamicPDF.PageElement base class and implementing the Draw method. See the Custom Page Elements topic for details.
The DynamicPDF Generator for .NET Community Edition is a free version of the product. It can be used and distributed free of charge and gives complete access to the Group, Label, Layout Grid, Line and Rectangle Page Element objects as well as limited access to the image object. While using the Community Edition all other features of the Professional and Enterprise versions can be evaluated. See the Feature Chart topic for a complete list of features available with the Community Edition.
DynamicPDF Generator Namespaces
The DynamicPDF Generator for .NET utilizes the below namespaces. Generator is offered in two editions: Professional or Enterprise. Please note that certain namespaces or some classes within certain namespaces are not included with every edition of Generator. For a complete list of features included with each edition please refer to our Feature Chart.
- ceTe.DynamicPDF
- ceTe.DynamicPDF.Forms
- ceTe.DynamicPDF.Imaging
- ceTe.DynamicPDF.IO
- ceTe.DynamicPDF.PageElements
- ceTe.DynamicPDF.PageElements.BarCoding
- ceTe.DynamicPDF.PageElements.Charting
- ceTe.DynamicPDF.PageElements.Charting.Axes
- ceTe.DynamicPDF.PageElements.Charting.Series
- ceTe.DynamicPDF.PageElements.Charting.Values
- ceTe.DynamicPDF.PageElements.Forms
- ceTe.DynamicPDF.Text
- ceTe.DynamicPDF.Text.OpenTypeFontTables
- ceTe.DynamicPDF.Xmp
- ceTe.FireMail
- ceTe.FireMail.Security
Further Reading
- Getting Started
- Topics on getting started with Generator for .NET.
- Programming With Generator for .NET
- Introduces how to program with Generator for .NET.
- DynamicPDF Generator for .NET Class Library
- Detailed reference of the Generator for .NET Class Library.