I have a PostScript File that will be sent to a Xerox DocuPrint 6180 for printing. The file contains 32,000 pages of text. Every 2 pages will be stapled. However, since all the pages are in one file, the only way to insert a stapling operation is either by manually setting 16,000 commands in the print properties or by inserting these commands in the postscript itself. This leads to my question: Can VB be used to insert text into this file so that after every "%%Page: 1", "%%Page: 3" ... and so on to page 31,999 I can insert 5 or so lines of text? Is there another solution that would be better? Show me some methods if it can be done?

p.s. We tried word processing find and replace with wildcards, but I can't replace the text with new text without inserting the wildcard characters in the replace.