Releases: cedricmartel/PdfTemplate
Releases · cedricmartel/PdfTemplate
Add support for page break in table and row items
Added support for page break in table and row items :
library now supports attribute newPage="true" at body/row or body/table items to add bage break before this item
Multiple tables + dynamic row/table show + asp.net tester app
Fork from https://pdftemplate.codeplex.com/
Added support for :
- multiple tables inside body tag
- table won't show if associated data is null
- add condition on body items to hide item if associated data is null
- sample asp.net app