Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Convert EPS and PS to PDF using Preview' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Convert EPS and PS to PDF using Preview
Authored by: vocaro on Aug 23, '05 01:49:59PM

Converting Postscript or Encapsulated Postscript files to PDF usually requires the use of Illustrator or Acrobat Distiller.

Or you can just grab ps2pdf from Fink. I actually prefer this method over Preview because it's faster and more convenient when you're on the command line.



[ Reply to This | # ]
Convert EPS and PS to PDF using Preview
Authored by: rhowell on Aug 23, '05 02:23:16PM

Faster than grabbing Fink...use the conversion tool that comes with Tiger (or Panther):

/usr/bin/pstopdf

To maintain bounding boxes for EPS files, Fink helps though:

/sw/bin/epstopdf



[ Reply to This | # ]