Possible Duplicate:
GhostScript noob help - Breaking a multipage PDF file into many single page PS or EPS files.

Hi,

I'm having trouble doing the following:

I have a big PDF file that I converted to postscript (for commercial printing). The resulting file is too big to be processed by the printer (machine).

I've been trying to find a way to either:

Convert from the original (many pages) PDF file to many Postscript file (one postcript file per PDF page in original PDF file(.

Convert from PDF to PS (or even EPS). - I managed to do this Then split the PS file into a collection of smaller files.

I've tried using Ghostscript, but it is all gibberish to me.

Thanks.

PS. If you have a good GS tutorial (for dummies?), please share the link.

link|improve this question
This is a duplicate of superuser.com/questions/225907/… – frabjous Dec 28 '10 at 3:45
feedback

migrated from stackoverflow.com Dec 28 '10 at 3:10

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Diago Dec 28 '10 at 6:58

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

If you have eps files try epssplit.

link|improve this answer
feedback

I know this product will allow you to take a PDF and split it, so with the knowledge you already have this may be the easiest way.

http://www.pdfsam.org/

Good luck

link|improve this answer
That is a program for PDF files. Thanks for the help. – Pablo Dec 26 '10 at 21:21
feedback