Skip Navigation Links.   
rzPDF Creator - Examples

Below are a few examples of creating a PDF file using the rzPDF Creator. The row template enhancement was recently added due to a customer request. This enhancement in version 1.2 gives you control of data field placement. You now are not forced to stay in the confounds of a grid but can place database fields anywhere on the PDF. If you have any questions regarding what can be done or if you need help creating a PDF that meets your requirements please contact Rizsoft or post to the forum.

Example PDF files that were create with the rzPDF Creator.
  View PDF  NEW in Version 2 - Row Templated PDF that gives you total control over field location.
  View PDF  PDF grid with formatting
  View PDF  Simple PDF using 3 lines of code

Simple PDF Example
Creating a PDF can be done using 3 lines of code.

Simple PDF Example


Advanced PDF Example
The following is just a section of the code used to create the advanced PDF. The properties to create the PDF are modeled after a datagrid or gridview. So if you have experience with either then you should recognize the properties quickly. The first two lines are row backcolors for the grid. The third line is to bold the grid header text. The fourth line centers the grid header text for each column.

Advanced PDF Example