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

> Hi,
> 
> I've read everything that says printing is easy...but I'm struggling with it!
> 
> I have googled, but nothing quite seems to fit my situation, I just want a 
> single page.
> 
> In my app I have customer orders, and I just want to print out a copy. I 
> can't work out what the best option would be. I can probably create an html 
> file (and have css to format it) and save it to disk, but then I'd still have 
> to print it, either within my app, or with a browser, or I could create a PDF 
> and try and print that? or I could lay it all out on a view and print that? 
> Some orders have more than 1 item though, and tableviews don't seem to print 
> properly so how should I lay out a list of products? It should easily fit on 
> 1 page, just a name address and a couple of lines of product details.
> 
> It's all in a CoreData app,
> 
> I'd appreciate any help, Thanks,
> 
> Amy

If you want to print something different than what is on the screen, the best 
example of this I've seen is in the Hillegas book (Cocoa Programming for Mac OS 
X, 3rd Ed).

HTH,
Dave

_______________________________________________

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