Hello
here is my situation: I have a pdf document that is being converted into a postscript document. I need to be able to modify the characteristics of the postscript file. I have figured out how to do some of this using vbscript including orientaion, imposing , scaling of the PS file.
My question
How can I do 2 things
1) insert x # of blank pages to the end of the postscript file, currently the file is single sided pages from 10-80 pages in length. I need to add up to 3 blank pages to the end of the document
2) I need to be able to reorder the pages in the PS file
ie if the document is 4 pages in length
page 1 will become page 4
page 2 will stay page 3
page 3 becomes page 2
page 4 becomes page 1
any ideas
thanks for any replys
here is my situation: I have a pdf document that is being converted into a postscript document. I need to be able to modify the characteristics of the postscript file. I have figured out how to do some of this using vbscript including orientaion, imposing , scaling of the PS file.
My question
How can I do 2 things
1) insert x # of blank pages to the end of the postscript file, currently the file is single sided pages from 10-80 pages in length. I need to add up to 3 blank pages to the end of the document
2) I need to be able to reorder the pages in the PS file
ie if the document is 4 pages in length
page 1 will become page 4
page 2 will stay page 3
page 3 becomes page 2
page 4 becomes page 1
any ideas
thanks for any replys