I am using PinPDF dll to generate PDF file using vb.net . I am able to see the objPDF.Footer method that accepts a static text to show at the footer. How to print "Page 1" "Page 2" at the and of each page footer using PinPDF dll
Dim objPDF As New Pintexx.Components.Web.pinPDF;
objPDF.Footer = "Monthly – Energy Conservation Indicators Report";