Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!unixg.ubc.ca!civil.ubc.ca!twong From: twong@civil.ubc.ca (Thomas Wong) Newsgroups: comp.periphs.printers Subject: Re: Found a bug in all Laserjets (??) Message-ID: <1991Mar15.174757.17768@unixg.ubc.ca> Date: 15 Mar 91 17:47:57 GMT References: <1991Mar13.144650@sdd.hp.com> <1991Mar14.194006.27516@unixg.ubc.ca> <7947@mentor.cc.purdue.edu> Sender: news@unixg.ubc.ca (Usenet News Maintenance) Organization: Dept. of Civil Engineering, U.B.C., Vancouver, B.C., Canada Lines: 20 Nntp-Posting-Host: civil.ubc.ca In article <7947@mentor.cc.purdue.edu> wilker@gauss.math.purdue.edu.UUCP (Clarence Wilkerson) writes: > On page 11-7 of Laser series II Printer Technical Reference Manual, >it says > " On the LaserJet series II, raster graphics rows are printed along >the width of the physical page, regardless of the logical page orientation.... >" >A picture is provided at the bottom of the page to make this clear. > Yes, that was what I thought too. And that was one of the problems why I was looking at the wrong place. After reading that "printed along the width of the physical page", I figured that even if the orientation was wrong, I would just get my image chopped off. That's why I said to myself at the very beginning that this must not be the problem since I was getting blanks sheets. That's why I ignored it and was looking elsewhere. But now we know why. As others have pointed out, in the PCL language, if you leave the cursor position at the origin of the landscape mode, then proceed to output in the portrait orientation, you'd be plotting off the page. Ain't computers fun? :) Thomas.