Re: Need to generate multiple print pages on the fly (solved)
Re: Need to generate multiple print pages on the fly (solved)
- Subject: Re: Need to generate multiple print pages on the fly (solved)
- From: Elden Wood <email@hidden>
- Date: Fri, 27 Jun 2003 16:55:43 -0700
Okay I found the solution. Turned out I needed to use the support for
custom pagination offered in the NSView class. The methods to override
in my derived NSView class are: knowsPageRange and rectForPage.
Hope that will help someone else.
Elden
On Thursday, June 26, 2003, at 05:57 PM, Elden Wood wrote:
I've run into a bit of an odd printing situation. I have a batch (up
to a couple hundred) of items and need to print one page of info for
each item. Since my view is the size of a single page the entire print
job only contains a single page. So my question is how can I set it up
so that I change the content and image this same view once for each
item/page?
Thanks
Elden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.