Re: Cocoa and PostScript
Re: Cocoa and PostScript
- Subject: Re: Cocoa and PostScript
- From: Ronald Jaramillo <email@hidden>
- Date: Wed, 16 Jul 2003 09:01:36 +0200
On Tuesday, July 15, 2003, at 04:31 PM, Terrance Davis wrote:
I want to be able to display the results of postscript (ps not eps)
I've
written in a view/window of some sort. Is there a way to do this
directly
with the cocoa obj-c api's?
Nope, but you could compile Ghostscript as a framework and use it's API
to render your ps to PDF or a raster format which you
could then display in your view.
This is a link to the Ghostscript docs:
http://www.cs.wisc.edu/~ghost/doc/cvs/API.htm
/best luck
Ronald
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.