How do I draw NSBezierPaths to my pdf representation?
Give this a thorough read.
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaDrawingGuide/Introduction/chapter_1_section_1.html
It answers your question completely, though you'll need to read most
of (if not all) of this gu
List,
How do I draw NSBezierPaths to my pdf representation?
This method only seems to capture the last NSBezierPath in the saved .pdf,
and none of the previous ones, even though they are successfully being drawn
to the image using the [image lockFocus] method.
Here's some of the implementat