diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-07-23 00:06:45 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-07-23 15:02:35 +0300 |
commit | 256b1cf85d05b25c12dac0e07389ff7bed18e4bc (patch) | |
tree | 5ded6ac2297ff2e97a02314d0d981db80fc12738 /tdeprint | |
parent | 59c87096715c32a0e35ef303c162c2bcd674522c (diff) | |
download | tdelibs-256b1cf85d05b25c12dac0e07389ff7bed18e4bc.tar.gz tdelibs-256b1cf85d05b25c12dac0e07389ff7bed18e4bc.zip |
ps2pdf filter: removed .setpdfwrite option
This fixes issue TDE/tdebase#217.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/filters/ps2pdf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/filters/ps2pdf.xml b/tdeprint/filters/ps2pdf.xml index 15b1005b6..f4eb63e77 100644 --- a/tdeprint/filters/ps2pdf.xml +++ b/tdeprint/filters/ps2pdf.xml @@ -1,6 +1,6 @@ <!DOCTYPE kprintfilter> <kprintfilter name="ps2pdf" > - <filtercommand data="gs -q -dSAFER -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=%filteroutput -sPAPERSIZE=%psl %filterargs -c .setpdfwrite -f %filterinput" /> + <filtercommand data="gs -q -dSAFER -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=%filteroutput -sPAPERSIZE=%psl %filterargs -f %filterinput" /> <filterargs name="__root__" description="ps2pdf" > <filtergroup name="general" description="General" > <filterarg format="-dPDFSETTINGS=%value" type="list" name="targetdevice" default="/default" description="Target device" > |