Re: exporting PDF ...
Re: exporting PDF ...
- Subject: Re: exporting PDF ...
- From: Antonio Nunes <email@hidden>
- Date: Fri, 8 Aug 2008 11:18:45 +0100
On 8 Aug 2008, at 09:31, Brasseur Valery wrote:
I need to export PDF from a Cocoa application...
what is the best way to do it :
+ using Print/Save AS PDF
+ using the PDF kit, subclassing PDFPage
+ using other library
That depends on how much control you need.
If your application can print, then it can automatically print to PDF,
so no extra effort is needed to support that. PDFKit is a relatively
easy to implement option that gives you a fair amount of control. If
you need more control you may want to dig down into the Quartz PDF
related APIs (like CGPDFDocument and CGPDFPage). Third party PDF
libraries are available, but I cannot advise you about those.
António
----------------------------------------------------
Energy is like a muscle,
it grows stronger through being used.
----------------------------------------------------
_______________________________________________
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