ADC Home > Reference Library > Technical Q&As > Legacy Documents > Printing >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I have *JCL/PCL keywords in my PPD to describe some hardware-specific features, but the LaserWriter 8 drivers seem to ignore them. Why? A:
LaserWriter 8 does not have support for *JCL keywords. Apple has opted not to add this support due to the complications it introduces. For instance,
when saving to disk, if the JCL code is included, then that file cannot be sent to a non-JCL PostScript printer. If the JCL is not included in the file,
then certain printer features are not accessible. We also feel that all features of a PostScript printer should be controllable via PostScript; therefore,
we recommend that printer vendors ensure that all of the printer features are in their printer implementation of PostScript. Instead of relying on *JCL keywords
to describe your hardware-specific features, we recommend that you use the PostScript page device mechanism and provide access to the feature(s) you need via |
|