diff options
Diffstat (limited to 'Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu')
-rwxr-xr-x | Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu index 3b841010e2d..e629f23cfdb 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu @@ -138,11 +138,7 @@ end local command={} if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end -if os.type == 'unix' then push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level) -else -push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level) -end if progname == 'pdfopt' then push(command, '-dFastWebView=true') end |