IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#54276 - 11/30/16 04:57 AM Print the version no. on each set of document
Frankie Offline
OL User

Registered: 10/25/11
Posts: 69
Hi,

I tried to create a text box which will print the version no. on each set of document.

example: PDF file with 10 pages and set to print 3 sets in printer driver.
1st round : Version 1 (1-10 pages)
2nd round : Version 2 (1-10 pages)
3rd round : Version 3 (1-10 pages)
Pls provide any idea to me.
Thanks

Top
#54508 - 02/01/17 02:22 PM Re: Print the version no. on each set of document [Re: Frankie]
SanderO Offline
OL Newbie

Registered: 03/25/13
Posts: 12
As the copies generated by a printer driver are simple repetitions of the pages sent, There is no simple way to accomplish this. It would take some inline Postscript code to escape out, put the number, then return back into the stream. This is way too complicated. I'd suggest triplicating each layout and hardcode the Version number into the layouts. It won't be difficult to manually assemble the sets afterwards as there are only 10 pages per set.

Top