Can NSPrintOperation print to multiple paper types in one job?
Can NSPrintOperation print to multiple paper types in one job?
- Subject: Can NSPrintOperation print to multiple paper types in one job?
- From: Buddy Kurz <email@hidden>
- Date: Thu, 7 Sep 2006 23:20:12 -0700
I have this handy dandy NSView subclass that emulates an HP PCL5
printer using the cocoa printing system.
My problem is that a PCL5 command string can cause arbitrary pages of
a single print job to be taken from an envelope feeder or alternate
tray. (think envelope, letterhead, portrait page, landscape page,
portrait pages, and then do it over staring with another envelope -
all in one print operation)
Is there any way to do this? The docs say the NSPrintInfo object is
copied by NSPrintOperation. This leads me to think not. The funky
alternative seems to be breaking down the PCL5 print job into
multiple NSPrintOperations.
Any hints or definitive answers would be appreciated.
Buddy Kurz
_______________________________________________
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