Re: Printing options
Re: Printing options
- Subject: Re: Printing options
- From: Eli Bach <email@hidden>
- Date: Sat, 30 Jul 2011 23:07:16 -0600
On Jul 21, 2011, at 9:31 PM, Matt Neuburg wrote:
> On Thu, 21 Jul 2011 16:34:07 -0400, email@hidden 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 (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