diff options
-rw-r--r-- | gs/Resource/Init/gs_init.ps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gs/Resource/Init/gs_init.ps b/gs/Resource/Init/gs_init.ps index fd4a7df2e..18c93a8d5 100644 --- a/gs/Resource/Init/gs_init.ps +++ b/gs/Resource/Init/gs_init.ps @@ -1263,6 +1263,10 @@ end (END FONTDIR/ENCS) VMDEBUG +% Special handling for device parameters. Must follow definition of 'type' +% make -dPDFA equivalent to -dPDFA=1 (backwards compatible) +currentdict /PDFA known { PDFA type /booleantype eq { /PDFA 1 def } if } if + % Construct a dictionary of all available devices. % These are (read-only) device prototypes that can't be % installed or have their parameters changed. For this reason, |