Path: utzoo!attcan!uunet!mcvax!kth!draken!jakob From: jakob@nada.kth.se (Jakob Cederlund) Newsgroups: comp.sys.mac.programmer Subject: Re: How generate multi-sheet printing as MacDraw does? Summary: Take a look at MacApp source Message-ID: <1042@draken.nada.kth.se> Date: 16 May 89 08:19:31 GMT References: <4875@imag.imag.fr> <9108@polya.Stanford.EDU> Reply-To: jakob@nada.kth.se (Jakob Cederlund) Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 8 A good place to find printing-code examples is MacApp. When I wrote a text editor for the Mac I turned to the MacApp 1.1 sources to find out how to do printing. (. Of course I didn't copy any code! .) The way to get "tiling" has nothing to do with the args to PrOpenPage, but rather with the area you print inside your printing loop. /Jakob Cederlund jakob@nada.kth.se