Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!shelby!polya!kaufman From: kaufman@polya.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.sys.mac.programmer Subject: Re: How generate multi-sheet printing as MacDraw does? Message-ID: <9108@polya.Stanford.EDU> Date: 11 May 89 05:18:50 GMT References: <4875@imag.imag.fr> Sender: Marc T. Kaufman Reply-To: kaufman@polya.Stanford.EDU (Marc T. Kaufman) Organization: Stanford University Lines: 12 In article <4875@imag.imag.fr> bordier@imag.imag.fr (Jerome Bordier) writes: >Our application print pictures built with quickdraw on a single sheet. >We would like to print on several sheets as MacDraw does. >What is the programming technique? Does there exist a generic method? >Thank you in advance for your help (references, pieces of code, etc...). Note that PrOpenPage has as one parameter, the source rectangle to be printed. By printing several pages, with different page rectangles for each, you can get the tiling effect you want. Marc Kaufman (kaufman@polya.stanford.edu)