Overview
This plug-in has the following smart services:
An plans to do a custom format for the page number? Something like "Page X of Y" ?
With the above example, how would you get the unique page number for each page? I am trying to implement somthing like "Page "&{ac!StartPage+1}&" of "&getnumberofpages(pv!uploadedFile), but I cannot seem to get the unique page figured out.
Hi, Jake,
The feature requested above already is available in the following the smart services
1. Add Page Number in PDF
2. Add Page Number in PDF with Alignment.
Please configure the parameter PageFormatText in the above 2 smart services to achieve the same.
Eg:(Page {0} of {1}) Here 0 is a placeholder for the page number and 1 is a placeholder for the total number of pages text can be configured as your need.