Page numbering

2008-10-01 16:02:41 by simon_w

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


2008-10-04 21:50:30 by thesmilyface

This is possible with the pdfforge.dll and a script but I have no time to do it.

Frank


2008-10-16 09:08:20 by dbp

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)