I'll try it on Windows tonight, but the patch does not seem to work on Mac OS X.<br><br>Thanks,<br><br>Justin Holewinski<br><br><div class="gmail_quote">2009/8/25 Akira Kakuto <span dir="ltr"><<a href="mailto:kakuto@fuk.kindai.ac.jp">kakuto@fuk.kindai.ac.jp</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
> 1) A BoundingBox (atend) is not (and never has been) supported with pipes;<br>
> 2) epstopdf does not detect this and bail out as soon as it might.<br>
> Hence Ghostscript is receiving an incomplete PS file, hence the error.<br>
<br>
</div>The example test.eps with %%BoundingBox (atend) by Justin can be transformed into pdf by<br>
epstopdf test.eps<br>
on Windows if we apply the following patch:<br>
<br>
--- epstopdf.pl.orig Mon Jul 20 09:59:05 2009<br>
+++ epstopdf.pl Tue Aug 25 22:28:54 2009<br>
@@ -260,6 +260,7 @@<br>
else {<br>
open(OUT,">$OutputFilename") or error "Cannot write \"$OutputFilename\"";<br>
}<br>
+binmode OUT;<br>
<br>
# reading a cr-eol file on a lf-eol system makes it impossible to parse<br>
# the header and besides it will read the intire file into yor line by line<br>
<br>
<br>
Best regards,<br>
<font color="#888888">Akira<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><br>Thanks,<br><br>Justin Holewinski<br>