On Jul 21, 2011, at 9:31 PM, Matt Neuburg wrote:

> 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.

Another way that may be more flexible for you is to use a WebKit view, and use 
html to do your drawing for you.  It's pretty straightforward to use and then 
you can modify how it looks using a css file.

Eli

_______________________________________________

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