Can I add page numbers to the PDF?
Last Updated:
For page numbering you can use AddFreeText or AddPDFText Method.
Note : You can insert page number by using "%p" (current page) and "%P" (total page). Example: "Page %p of %P".
Please see the SDK manual for a detailed description of these methods.
|