T Thethuthinang macrumors member Original poster Jan 3, 2011 39 0 Mar 10, 2011 #1 Does anyone know how to create a (resolution independent, fully vector-based) EPS or PDF from an NSBezierPath? Is this even possible? I want to generate an image which I can then take into Adobe Illustrator and manipulate.
Does anyone know how to create a (resolution independent, fully vector-based) EPS or PDF from an NSBezierPath? Is this even possible? I want to generate an image which I can then take into Adobe Illustrator and manipulate.
T Thethuthinang macrumors member Original poster Jan 3, 2011 39 0 Mar 10, 2011 #2 I just figured it out. The following method of the NSView class does exactly this: - (NSData *)dataWithEPSInsideRectNSRect)aRect
I just figured it out. The following method of the NSView class does exactly this: - (NSData *)dataWithEPSInsideRectNSRect)aRect