LaserWriter Printers: PostScript for Configuration Page (9/96)


I am using a UNIX workstation to print to an Apple LaserWriter printer. Is there some way to use PostScript to generate a configuration page?
You can use the following PostScript code fragment to generate a LaserWriter configuration page. This only works on PostScript LaserWriter printers. Printers such as the Personal LaserWriter LS, or Personal LaserWriter SC, which use QuickDraw instead of PostScript do not work with this PostScript code fragment.


%=========================================================
% Begin PostScript code
%
/SamplePages/ProcSet findresource/TestPage get cvx exec
%
% End PostScript code
%=========================================================
Published Date: Feb 18, 2012