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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]