mclisa81 Posted April 30, 2014 Posted April 30, 2014 Is there a way to pad the numbers with zeros using the $pagenum and $pagecount variables? Quote
Dan Korn Posted April 30, 2014 Posted April 30, 2014 Yes, in FusionPro 8.1 and later, you can create the OnPageNumber callback rule, and do something like this: return FormatNumber("000", FusionPro.Composition.currentPageNumber); And you can do something similar in the OnPageCount rule. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.