[Gs-dgs-devel] Using GhostScript to transform PostScript into programming objects?

Alex Cherepanov alex@artifex.com
Thu, 8 Feb 2001 17:26:36 -0500


Dear Mr. Bleisteiner,

Ghostscript can be used to retrieve high level object from the
Postscript file. In fact it is already used this way by PDF
driver and preserves most of the high level information in
 the PDF file.

We don't have other high level drivers. So the interface between
Ghostscript and high level driver is still under development.

Medium level driver converts PostScript to path, fill, and
sampled image operations. pswrite is a good example of this level.
The interface on this level is quite stable.

Low level driver reduces the PostScript graphic to filled
rectangles in device coordinate system. Most drivers for real
raster printers are low level drivers.

Ghostsctipt is mostly free software. Everybody can develop any
programs based on GS technology and distribute them for free
or use in-house for any purpose. Only commercial redistribution
of GS technology requires the license from Artifex Software, Inc.
Older versions of GS are re-released under GPL.

Commercial version of Ghostscript comes with technical support
from Artifex engineers. Unlike Adobe or 5D our fees are moderate
and licensing terms are flexible. Please consider some kind of
support contract if you are going to develop a high level driver.

Regards,
Alex Cherepanov
Technical Support
Artifex Software, Inc.

----- Original Message -----
From: Daniel Bleisteiner <daniel.bleisteiner@metaobject.de>
To: GS-DGS-Level <gs-dgs-devel@ghostscript.com>
Sent: Thursday, 08 February, 2001 14:53
Subject: [Gs-dgs-devel] Using GhostScript to transform PostScript into programming objects?


> Hi there,
>
> i'm just trying to find out wether ghostscript can be used to analyse
> postscript files and transform them into objects usable within some kind of
> library or framework. As far as i came ghostscript has a library-set with
> functions to create postscript data. I'm looking for the inverse direction
> of generating objects from existing postscript - in the form of single
> paths, texts and images for example. Can ghostscript be used for that case
> or not?
>
> Daniel Bleisteiner, MetaObject GmbH
> -
> Oranienburger Strasse 69, 10117 Berlin
> Tel: +49-30-285381-10, Fax: +49-30-285381-99
>
> _______________________________________________
> Gs-dgs-devel mailing list
> Gs-dgs-devel@ghostscript.com
> http://www.ghostscript.com/mailman/listinfo/gs-dgs-devel
>