Export snapshot
Marty Knapp
martyknapp at comcast.net
Mon Mar 7 13:20:51 EST 2005
On 3/7/05 10:11 AM, "Frank D. Engel, Jr." <fde101 at fjrhome.net> wrote:
> You might want to look into the Ghostscript project. If you can
> generate the needed PostScript source text, Ghostscript can convert
> that to a PDF. PostScript is just another computer language, but one
> specifically designed for handling the layout of pages. For example:
>
> %!
> newpath
> 72 72 moveto
> 144 144 lineto
> stroke
> showpage
>
>
> The above PostScript code simply creates a diagonal line in the
> lower-left-hand corner of the page.
Thanks for the tip Frank. I think I'll wait to see if the jpg will be
acceptable, then go from there. If not I'll check out the Ghostscript thing.
Marty Knapp
More information about the use-livecode
mailing list