Skip navigation.
 
mlRe: Can EPS be drawn?
FROM : Marcel Weiher
DATE : Thu Nov 21 20:04:44 2002

On Thursday, November 21, 2002, at 07:25  Uhr, Dave Mattson wrote:

> However, when a EPS comes in from the pasteBoard.  It is doesn't show
> up, I just get a box with and X across it and a text note stating the
> size "EPS (555x666)" .


Yes, there is no support on OS X for rendering Postscript (this
includes EPSes).  OS X supposedly is capable of rendering the preview,
if there is one, but I don't think I've actually seen this in action.

> Can anyone give me a clue about what to study to get the eps image in
> my document, on the screen, and printing???


You need to convert the EPS to PDF or include software within your
application to render EPS to screen.

The conversion can be done using a distiller, such as Acrobat,
Ghostscript, Jaws or PStill.  (My own WhiteLightning distiller isn't
available yet).

If you don't want the EPS to be converted, then you will need internal
rendering code.

<ShamelessPlug>
I happen to have Objective-C frameworks that will render Postscript
(including EPS) using Quartz.  AFAIK, it is the only Postscript
interpreter that is fully integrated with Quartz.
</ShamelessPlug>

Marcel

--
Marcel Weiher                Metaobject Software Technologies
<email_removed>        www.metaobject.com
Metaprogramming for the Graphic Arts.  HOM, IDEAs, MetaAd etc.
_______________________________________________
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
mlCan EPS be drawn? Dave Mattson Nov 21, 19:25
mlRe: Can EPS be drawn? Marcel Weiher Nov 21, 20:04
mlRe: Can EPS be drawn? Dan Wood Nov 21, 20:06