Skip to main content
Participant
April 7, 2009
Question

PDF to EPS

  • April 7, 2009
  • 2 replies
  • 7909 views

Hello,

I have the need to convert each page of multiple PDF files into single page EPS files with the extension PDF#PageNo.EPS.

Is this possible through Scripting or Batch processing?

I am fairly new to scripting.

Any help/comments much appreciated,

Regards

Dazmaul

This topic has been closed for replies.

2 replies

Paul Riggott
Inspiring
April 7, 2009
Muppet_Mark-QAl63s
Inspiring
April 7, 2009

You would be better served by using Acrobat over Photoshop. In fact Im almost certain your requirement is standard output for "save as" to the EPS format.

DAZMAULAuthor
Participant
April 7, 2009

Muppet Mark,

Thanks for the response.

Is it possible to script Acrobat to save each PDF page of the file, I forgot to mention that each PDF will consist of multiple pages also.

Regards

DAZMAUL

Muppet_Mark-QAl63s
Inspiring
April 7, 2009

EPS files can't contain multi pages like postscript or PDF so when you save an open PDF to the EPS format it is the applications default behavior to create multi EPS files one for each page and number them for you. The application is also scriptable best in JavaScript. (BTW I don't mean Acrobat Reader)