[OS X TeX] Turning eps to pdf problems
    Peter Dyballa 
    Peter_Dyballa at Web.DE
       
    Sun May 21 19:04:23 EDT 2006
    
    
  
Am 22.05.2006 um 00:26 schrieb Stephen Moye:
> The only exception is Apple's Preview application which will open  
> the eps file and save it out as a pdf with the fonts as outlines.  
> Is there a way to get the other utilities to do the same thing?
Are you sure that Apple's /usr/bin/pstopdf created bitmaps? This  
utility should work the same way as Preview.
/System/Library/Printers/Libraries/convert is another utility. To use  
it invoke it using absolute path names, i.e. those starting with / or  
${HOME}, à la:
	/System/Library/Printers/Libraries/convert -i application/postscript  
-j application/pdf -f /path/to/file.eps -o ${HOME}/directories/file.pdf
Maybe you'll need a final 'pdfcrop --noverbose --hires file.pdf  
"final file.pdf"' to get it at the right size.
--
Greetings
   Pete
There's no place like ~
                           (UNIX Guru)
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
    
    
More information about the MacOSX-TeX
mailing list