On 3/7/05 10:11 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> 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

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to