william1979
Technical User
Hi,
I use adobe distiller to combine multiple PS files into one PDF document. I use the following code to achieve this.
What I cannot figure out is how to (if it is possible) to add page numbers to the bottom of each page, so that when the PDF is produced the page numbers are displayed.
Because I'm creating 100s of documents, all with varying numbers of pages, doing this individually in Acrobat is not realistic.
Any help appreciated (even if to advise that it isn't possible)
Thanks,
Will
[/prun { /mysave save def % Performs a save before running the PS file
dup = flush % Shows name of PS file being run
RunFile % Calls built in Distiller procedure
clear cleardictstack % Cleans up after PS file
mysave restore % Restores save level
} def
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_201.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_202.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_203.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_204.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_205.ps) prun]
I use adobe distiller to combine multiple PS files into one PDF document. I use the following code to achieve this.
What I cannot figure out is how to (if it is possible) to add page numbers to the bottom of each page, so that when the PDF is produced the page numbers are displayed.
Because I'm creating 100s of documents, all with varying numbers of pages, doing this individually in Acrobat is not realistic.
Any help appreciated (even if to advise that it isn't possible)
Thanks,
Will
[/prun { /mysave save def % Performs a save before running the PS file
dup = flush % Shows name of PS file being run
RunFile % Calls built in Distiller procedure
clear cleardictstack % Cleans up after PS file
mysave restore % Restores save level
} def
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_201.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_202.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_203.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_204.ps) prun
(O:/PS_Files/QA_SUMMARY/QA_SUMMARY_205.ps) prun]