Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!cohen From: cohen@ecse.rpi.edu (Robert Cohen) Newsgroups: comp.lang.postscript Subject: Re: 8"x14" paper on LW IINT Message-ID: Date: 5 Jun 90 22:22:15 GMT References: <90Jun4.022140edt.18491@me.utoronto.ca> Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 21 In article <90Jun4.022140edt.18491@me.utoronto.ca> sun@hammer.me.UUCP (Andy Sun Anu-guest) writes: >I've read the LaserWriter IINT manual, but I am not convinced yet. I >tried to use 8"x14" paper on a LaserWriter IINT but the printer stopped >at the A4 position and the paper jammed in it. The manual for the > (rest deleted) I've been able to manually feed legal-sized paper using the following code: %! statusdict/manualfeed true put legal . . (your code goes here) . . This way, you can manually feed legal-size paper in a letter tray. Good Luck! --Bob