diff options
Diffstat (limited to 'lib/gv.resource')
-rw-r--r-- | lib/gv.resource | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/gv.resource b/lib/gv.resource index a5881c0a..8987b751 100644 --- a/lib/gv.resource +++ b/lib/gv.resource @@ -13,3 +13,12 @@ 4.000, 4.000 \n\ 8.000, 8.000 \n\ 10.00, 10.00 + +GV.gsQuiet: True +GV.gsSafer: False +GV.gsArguments: +GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dMaxBitmap=10000000 -dNOPLATFONTS +GV.gsX11Device: -sDEVICE=x11 +GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile='%s' -f '%s' -c save pop quit +GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname='%s' -sDSCname='%s' pdf2dsc.ps -c quit +GV.gsInterpreter: gs |