octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39131] print -dFORMAT without an output file


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39131] print -dFORMAT without an output file crashes or confuses Octave
Date: Tue, 03 Sep 2013 01:30:10 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36

Follow-up Comment #3, bug #39131 (project octave):

I haven't confirmed, but the problem looks to be that the "-sOutputFile=-"
isn't included in the ghostscript options.

http://www.ghostscript.com/doc/current/Use.htm#Pipes

For Unix or Windows the proper pipeline would be,


gnuplot-pipeline: '/opt/local/bin/gs -dQUIET -dNOPAUSE -dBATCH -dSAFER
-sDEVICE=pswrite -dLanguageLevel=1 -dEmbedAllFonts=true -dEPSCrop
-sPAPERSIZE=letter -dFIXEDMEDIA -sOutputFile=- /var/tmp/oct-YP9zhA.ps
/var/tmp/oct-noAx1s.eps | /usr/bin/lpr -l ; rm /var/tmp/oct-noAx1s.eps ; rm
/var/tmp/oct-YP9zhA.ps'


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39131>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]