Add the -dBATCH parameter to the Ghostscript filter.
This commit is contained in:
parent
f14e106442
commit
07f0d0fb4c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44757
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ CR=`/usr/bin/printf "\r"`
|
|||
with these contents:</para>
|
||||
|
||||
<programlisting>#!/bin/sh
|
||||
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=ljet4 -sOutputFile=- -</programlisting>
|
||||
/usr/local/bin/gs -dSAFER -dNOPAUSE -dBATCH -q -sDEVICE=ljet4 -sOutputFile=- -</programlisting>
|
||||
|
||||
<para>Set the permissions and make it executable:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue