On Thu, 21 Jul 2011 16:34:07 -0400, davel...@mac.com said:

> On Jul 19, 2011, at 3:25 PM, Amy Gibbs wrote:

>> In my app I have customer orders, and I just want to print out a copy. ... I 
>> could lay it all out on a view and print that?

Yup, I've written an application that prints out customer orders in nice 
columnar fashion with a header, columns, prices, total at the bottom, etc., and 
it does exactly that. Printing is just drawing, it isn't hard. Just draw lines 
in the places where you want lines, text in the places where you want text, 
etc. m.


--
matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
Programming iOS 4!
http://www.apeth.net/matt/default.html#iosbook_______________________________________________

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 arch...@mail-archive.com

Reply via email to