Hi,<div><br></div><div>Thanks Reinhard, that works great!</div><div><br></div><div>Btw, without the --nogs was the first thing I tried, but that gave me this:</div><div><br></div><div><div>$ /usr/bin/epstopdf  --gscmd='gs -dNOSAFER'  -o=f.pdf triangles.eps<br>
</div><div>epstopdf ($Id: <a href="http://epstopdf.pl">epstopdf.pl</a> 26570 2012-05-22 16:14:37Z karl $) 2.18</div><div>!!! Error: Cannot open Ghostscript for piped input</div></div><div><br></div><div>Cheers</div><div>Marcel</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 11, 2012 at 8:37 PM, Reinhard Kotucha <span dir="ltr"><<a href="mailto:reinhard.kotucha@web.de" target="_blank">reinhard.kotucha@web.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2012-11-11 at 18:33:24 +0000, Karl Berry wrote:<br>
<br>
 > Hi Marcel,<br>
 ><br>
 >     $ /usr/bin/epstopdf --nogs --gscmd='gs -dNOSAFER'<br>
 ><br>
 > --nogs says "don't run gs".  So I suspect the output is still .eps, not<br>
 > .pdf.  What happens without that option?<br>
<br>
</div>The --gscmd argument doesn't tell gs what to do.  One could try<br>
<br>
  epstopdf --nogs f.eps | \<br>
     gs -q -dNOPAUSE -dNOSAFER -sDEVICE=pdfwrite -sOutputFile=f.pdf -<br>
<br>
Regards,<br>
  Reinhard<br>
<div class="HOEnZb"><div class="h5"><br>
 > If that doesn't solve it, please send the actual .eps in question,<br>
 > and be sure you're using the latest epstopdf:<br>
 > epstopdf ($Id: <a href="http://epstopdf.pl" target="_blank">epstopdf.pl</a> 26570 2012-05-22 16:14:37Z karl $) 2.18<br>
 > (You can get it from <a href="http://mirror.ctan.org/support/epstopdf/" target="_blank">mirror.ctan.org/support/epstopdf/</a> if need be.)<br>
 ><br>
 > Best,<br>
 > Karl<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
----------------------------------------------------------------------------<br>
Reinhard Kotucha                                      Phone: <a href="tel:%2B49-511-3373112" value="+495113373112">+49-511-3373112</a><br>
Marschnerstr. 25<br>
D-30167 Hannover                              mailto:<a href="mailto:reinhard.kotucha@web.de">reinhard.kotucha@web.de</a><br>
----------------------------------------------------------------------------<br>
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.<br>
----------------------------------------------------------------------------<br>
</font></span></blockquote></div><br></div>