Skip navigation.
 
mlPrinting - taking advantage of full page size?
FROM : Jim Correia
DATE : Tue Jan 29 15:18:27 2008

I have a view which scales/wraps its content on screen to take 
advantage of available space. Typically, this view is small on screen; 
much smaller than a printed page.

When printing this view, if I have less than a page full of content, 
I'd like to use all available space on the page. (But I want to do the 
scaling and wrapping myself, not by using NSFitPagination.

It looks like the pagination methods on NSView solve the opposite 
problem that I'd like to solve here. I don't want to paginate my view, 
but expand it to take up a full page when the on screen dimensions are 
smaller than one page.

In this situation, what is the best way to solve the problem? Simply 
create and configure another view for printing which displays the same 
content?

Thanks,
Jim

Related mailsAuthorDate
mlPrinting - taking advantage of full page size? Jim Correia Jan 29, 15:18
mlRe: Printing - taking advantage of full page size? David Duncan Jan 29, 19:34
mlRe: Printing - taking advantage of full page size? Jim Correia Jan 29, 23:12