Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!adobe!gelphman From: gelphman@adobe.COM (David Gelphman) Newsgroups: comp.lang.postscript Subject: Re: Printing startup page on Laserwriters Message-ID: <8054@adobe.UUCP> Date: 8 Nov 90 17:37:12 GMT References: Reply-To: gelphman@adobe.UUCP (David Gelphman) Distribution: comp Organization: Adobe Systems Incorporated, Mountain View Lines: 22 In article bgonderm@nmsu.edu (Bryan Gondermger) writes: >Does anyone know how to get Apple LaserWriters (plus, NT, NTX) to >print the startup page on demand? What we'd like to do is send some >PostScript code to the printer to generate it. Note that power >cycling the printer is not an ideal solution since we have the >printers captured by a print spooler. Any suggestions? Here is some code which should work on most printers: serverdict begin % this is where the startpage operator lives userdict begin % serverdict is readonly and startpage needs some % dictionary space to do its thing startpage % create the start page showpage % show the page end end % end userdict, end serverdict I'm sure there are printers out there which this won't work on but it should on most. Hope this helps, David Gelphman Adobe Systems Incorporated