Two Digit Page Number Leading Zero (Page X of Y)
Is there a possibility to display Leading Zero in page number. For example: Page 01 of 03
Using MS Word codes, it's displaying in RTF, but when we preview PDF, it doesn't work.
Page {PAGE \# "00"} of {NUMPAGES \# "00"}
or
Is there any way to format the following FO:page-number to get it as two digits.
Page <?fo:page-number?> of <?fo:page-number-citation:xdofo:lastpage-totalpg?>
Thanks