summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2021-08-12 11:55:28 +0100
committerKen Sharp <ken.sharp@artifex.com>2021-08-12 11:55:28 +0100
commita5602b7a38a2c327a9b6aed62c4fd9062e3ae7ab (patch)
tree1a05ff32b9bb3df677df9ed0e715d0aeee4c044f
parent68c8bf65fac2661248dc4636f26e0116bcad4961 (diff)
downloadghostpdl-pdfi.tar.gz
Make the default PDF interpreter for GS the old PostScript onepdfi
Setting -dNEWPDF on the command line switches back to using the C based PDF interpreter. For GS comparisons of old and new, set the '//false' in line 221 to true and run a cluster test.
-rw-r--r--Resource/Init/pdf_main.ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resource/Init/pdf_main.ps b/Resource/Init/pdf_main.ps
index 62d7dd417..aaf808072 100644
--- a/Resource/Init/pdf_main.ps
+++ b/Resource/Init/pdf_main.ps
@@ -218,7 +218,7 @@ DingbatsEncoding pop
% Redefine 'run' so it recognizes PDF files.
systemdict begin
-systemdict /NEWPDF known not {/NEWPDF //true def} if
+systemdict /NEWPDF known not {/NEWPDF //false def} if
% PostScript interface to the ghostpdf C-based interpreter
%