octave-maintainers
[Top][All Lists]
Advanced

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

Re: Print to PDF under Windows


From: Benjamin Lindner
Subject: Re: Print to PDF under Windows
Date: Sat, 21 Nov 2009 15:06:57 +0100
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)


I don't get it. The line

[status, output] = system (sprintf ("if exist \"%s\" ( exit /B 1) else
( exit /B 0 )", ghostscript_binary));

will check for the existence of "gswin32c" in the current directory.
First, it should be "gswin32.exe".

No, the console version of ghostscript is called "gswin32c.exe"
Why should one use the GUI version (which is called "gswin32.exe")?
Especially if perhaps commands are piped to it?

benjamin


reply via email to

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