Skip Navigation Links.   
rzPDF Creator
The rzPDF Creator is a pure .NET API that creates PDF documents from a .NET datatable. It was designed solely for the purpose of creating PDF documents with the developers best interest in mind. There have been many clients that want PDF documents but because of limitations (money, licensing, learning curve for developers, etc.) it can be difficult to create these documents. rzPDF Creator
The API was developed to create PDF documents and to fulfill four requirements.
(1) Simple to use.
To create a PDF document from a datatable it takes three lines of code.
(2) Easy to setup.
The only requirement is the .NET Framework 2.0. To use the API you simply add the rzPDF Creator dll to your application bin directory and create a reference to it. That's it, nothing else!
(3) Free to use (business or personal)!
The rzPDF Creator API and sample source code is completely free to use in your business or personal applications.
(4) There should be little or no learning curve to use the rzPDF Creator API.
It takes three lines of code to create a PDF document from a datatable. Now with only three lines of code all you get is a generic report. You will probably want to have a header, footer, or other special text. The API design properties was modeled after a gridview, so if you are familiar with a gridview or datagrid then it should be simple to add these items.
Click here  to download the fully functional rzPDF Creator.