Skip to content

blmoore/pdf2eps-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf2eps-osx

Want to automatically convert a few PDF files to EPS? Turns out there's various programs to try that each give a slightly different result... With that in mind here's a bash script that tries a few methods allowing you to find which works for your file (OS X specific). Current methods attempted:

  1. Inkscape
  1. ImageMagick
  • Install with homebrew: brew install imagemagick
  • Nightmarish results
  1. ghostscript
  • Install with homebrew: brew install ghostscript
  • Good conversion + respects PDF bounding
  1. pdftops
  • Part of xpdf
  • Similar decent results to ghostscript

Usage

./pdf2eps example_file.pdf

Requirements

Other than those above, GNU tools should be installed (e.g. grealpath). Install these with homebrew:

brew install coreutils

About

Script for converting PDF to EPS images on OS X

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published