PDF custom header

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 148

PDF custom header

Post by crash »

How do I add HTML to custom header.

I am using page export event

<p>" + "text here" + "</p>

Does not work.. I need to change the size to 16px and add a second row

Also how do I prevent the export to show that table name at the top in pdf export


MichaelG
User
Posts: 1095

Post by MichaelG »

See example in Page_Exporting server event.


Post Reply