Hi,
I'm trying to do the following with ghostscript:
Turn one
multipage PDF file (about 3,000 pages, 200mb file) into:
One file per page of the PDF, and convert each (page/file) to EPS or PS (post script(preferably)).
Example:
hello.pdf (10 pages)
would produce:
hello1.ps (page 1 out of 10)
hello2.ps
…