Converting PDF to (E)PS on OSX

Posted at 13 Oct 2014
Tags: pdf, ps, eps, postscript, osx

This is how you can convert PDF documents to PostScript files via terminal:

  1. Install the poppler package via MacPorts or Homebrew.

  2. Run pdftops -eps input.pdf output.eps. Omit -eps if you need straight-forward PostScript (.ps) output. You can further specify the first and last page to use with the parameters -f and -l, respectively.

If you spotted a mistake or want to comment on this post, please contact me: post -at- mkonrad -dot- net.
← “OSX Yosemite Phoning Home
View all posts
Mobile Augmented Reality with Cocos2D” →