Re: Printing multiple pages using drawRect:
Re: Printing multiple pages using drawRect:
- Subject: Re: Printing multiple pages using drawRect:
- From: Erik Buck <email@hidden>
- Date: Thu, 6 Oct 2005 20:45:51 -0400
Just read
<http://developer.apple.com/documentation/Cocoa/Conceptual/Printing/
Concepts
/pagination.html#//apple_ref/doc/uid/20001051-BBCHHAHI>
<http://developer.apple.com/documentation/Cocoa/Conceptual/Printing/
Tasks/Pa
ginatingViews.html#//apple_ref/doc/uid/20000912-BBCHHAHI>
Look at sample code for printing. For example, the complete source
code for TextEdit is on your hard disk. It certainly prints multiple
pages.
Look at the sample code linked from the previous links:
http://developer.apple.com/documentation/Cocoa/Conceptual/Printing/
Tasks/PaginatingViews.html#//apple_ref/doc/uid/20000912-BBCHHAHI
Saying
<Qoute>
Thanks for the links. I had checked the documentation.
It would seem the only approach is to create a
seperate view for printing.
Draw slide 1, copy to print view, draw slide 2, copy
to print view, and so on.
Then print it. Hopefully that would give a page for
each slide.
<End Quote>
just tells us we shouldn't bother answering your questions because
you won't even bother read the links let alone fine this rather easy
to find information on your own.
Am I missing something ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden