Does anybody have a script (I presume it can be done this way) that numbers pages before printing to PDF. I am combining several docs so this would be really handy. Don't know VBS
This is possible with the pdfforge.dll and a script but I have no time to do it.
Frank
My way is to pass some tag (such as [[PAGENUMBER]]) to your self written printing engine. When start printing, set a PAGENUMBER variable from 1 and increase it when it got "next page". While printing, replace all tag "[[PAGENUMBER]]" with the content of the variable PAGENUMBER.
While you cannot get the PAGECOUNT even though. (This requires "two pass" process)