Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!pa.dec.com!nntpd.lkg.dec.com!engage!3d.enet.dec.com!davis From: davis@3d.enet.dec.com (Peter Davis) Newsgroups: comp.windows.x Subject: Re: Display Postscript and X Message-ID: <1991May23.180557.9790@engage.pko.dec.com> Date: 23 May 91 18:02:37 GMT Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon) Organization: Digital Equipment Corporation Lines: 21 In article <9105211821.AA16870@dps.co.uk>, chrish@uk.co.dps (Chris Harris) writes... >Can anyone give me any information about the Display Postscript Extension to X? > >Thanks >Chris Harris - chrish%dps.co.uk@ukc.ac.uk >Du Pont Pixel Systems > I'd suggest you contact the Adobe Developer Support Line. They have a whole set of documentation on Display PostScript. Basically, there's an X Server extension, and there's a client library which provides callable routines. The client library sends data to the server extension for actual execution. There are some other tools as well. There's a pre-processor called pswrap which takes programs written in a mix of c and PostScript and translates them into straight c code. This allows you to write called PostScript procedures, and link them into your application. What are you trying to find out? -pd