On 7 Mar 2009, at 10:51, malcom wrote:
is possible to draw NSBezierPath inside a PDFPage? How?
Yes it is. How, depends on what you want to do, but you provide no information about that. Is it for onscreen drawing only, or is it to be incorporated into the PDF page saved/printed? Are you using a PDFView or your own custom view to draw the page (do you want to draw the page at all)? Core Graphics level or PDFKit level?
Apple provide a number of sample code projects that show how to use PDFKit. For one, you may find PDFKitLinker2 a useful resource to dive into, since it specifically draws NSBezierPaths on PDFPages.
António ----------------------------------------------------------- Don't believe everything you think ----------------------------------------------------------- _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
