Skip navigation.
 
mlRe: Core Graphics -> PostScript
FROM : Dietrich Epp
DATE : Fri Jan 24 17:06:51 2003

On Thursday, January 23, 2003, at 11:26 , Simon Fraser wrote:

> I'm looking for hints how how best to use Core Graphics (aka Quartz 2D)
> calls
> in a way that will get me good PostScript output that I can import into
> Adobe Illustrator. [NSView dataWithEPSInsideRect:] works reasonably well
> to get an EPS that Illustrator will open, but I want to be able to
> control
> object grouping better than I'm currently able to with some basic CG
> path
> drawing.


I don't think you will find an answer to your question, at least
easily.  Try finding a group with experience with PostScript.  Object
grouping, as far as I can tell, is *not* a part of PostScript.  It's a
weird thing that Illustrator tacks on.  You see, PostScript is not
really a graphics format - it's more like a programming language.  You
can define functions, set variables, etc.  The 912 page reference can be
found at

http://www.adobe.com/products/postscript/resources.html

I believe it won't help you.  You'll probably just have to accept the
lack of grouping.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlCore Graphics -> PostScript Simon Fraser Jan 24, 08:26
mlRe: Core Graphics -> PostScript Ruben Smits Jan 24, 15:01
mlRe: Core Graphics -> PostScript Dietrich Epp Jan 24, 17:06