Hi,
I am trying to implement page numbers in post script, so that the generated file has the pages numberes ?
I am generating the code for a table report in post script. The problem is that the report does not have its pages numbered so I am unable to navigate through the report. How should I incorporate page numbering in this report.
Here's a code snippet that I am currently trying out : %!PS /IncreasePageCounter { /counter {counert 1 add }def } def
/page{ %Header procedure 20 950 translate %header -20 -950 translate %couter for rows %Row procedure 20 750 translate 23 { %couter for rows %row 0 -30 translate } repeat showpage }def 3 { IncreasePageCounter page } repeat
Thanks, Homyar.