Skip to content

Releases: cedricmartel/PdfTemplate

Add support for page break in table and row items

18 Apr 12:02
Compare
Choose a tag to compare

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

29 Jan 09:25
Compare
Choose a tag to compare

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