Fork from https://pdftemplate.codeplex.com/ PDF Template using iTextSharp, Uses an XML doc as the template.
Project Description This Project is useful for generating Sales Order, Invoice etc etc
Generate your pdf base on a xml template layout. The main purpose for this project is to generate Sales Order, Invoice etc.
This project is using iTextSharp to generate the PDF. http://sourceforge.net/projects/itextsharp
Working copy for following patches :
- OK - add a sample asp.net app
- OK - support for multiple tables inside body tag
- OK - table won't show if associated data is null
- OK - add condition on body items to hide item if associated data is null
- OK - add support for dynamic background color inside table cells
- OK - add attribute newPage to create a new page for a row or a table inside body tag
- OK - add attribute orientation to change the orientation dynamic when creating a new page