How to print with a different NSPrintingOrientation for each page?
How to print with a different NSPrintingOrientation for each page?
- Subject: How to print with a different NSPrintingOrientation for each page?
- From: Schwill Daniel <email@hidden>
- Date: Sat, 18 Aug 2007 10:23:24 +0200
Hi,
I would like add printing to my DBA, but each page can be in
NSPortraitOrientation or in NSLandscapeOrientation within the same
document.
When I start the NSPrintOperation with a printInfo with
NSPortraitOrientation and transform the pages that are in
NSLandscapeOrientation to fit the portrait orientation how will the
resulting PDF look like, when I save it as PDF? I think that the
pages with landscape orientation are rotated. Is this correct or will
the PDF contain pages in portrait and in landscape orientation even
when I transform the pages with landscape orientation to fit the
portrait orientation of the used printInfo?
Is it possible to create a NSPrintOperation with different
orientations for each page where the resulting PDF when saved as PDF
contains pages in portrait and in landscape orientation?
I'm able to create a PDF with pages in portrait and landscape
orientation, but I don't know how I can use this PDF in the further
processing of the NSPrintOperation for example when the user choosed
one of the PDF options in the NSPrintPanel for example Compress PDF
or Mail PDF etc.?
Regards,
Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden