Advice on printing multiple images
Advice on printing multiple images
- Subject: Advice on printing multiple images
- From: Eric Long <email@hidden>
- Date: Wed, 30 Jul 2008 11:49:16 -0700
- Thread-topic: Advice on printing multiple images
Hi,
I'm not new to Cocoa, but I haven't had to do much with printing until now.
I'm looking for advice about printing multiple images in varying formats.
I have an app that lets the user reference multiple image files in a list.
I want to allow the user to select however many files from the list and
print them.
I was envisioning each image as a "page" so the user could say print all
pages to print all the selected images, or choose pages 2-5 to print images
2-5 in the selection.
I see Cocoa wants to print by referencing a rect in a view. In this case,
it doesn't make sense to load all the selected images (could be a lot) and
try to render them all at once into a view for printing.
What are some approaches I might take with this?
Thanks in advance for any comments.
Eric
_______________________________________________
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