This is an incomplete attempt to print from Rebol to a postscript printer.

It implements a dialect that is a little postscript like ( no rpn though )
which is then rendered to draw.
>From the draw screen, you can then send the postscript equivalent to a
printer, or to a file for viewing with
either ghostscript, or with RoPS.  The latter has a freeware version for
windows, and allows you to print to
non postscript windows printer.

The text is sent as is ie. no fancy kerning, or hyphenation is done.

Just run the program and an example of the dialect in use will be displayed.

http://www.compkarori.com/vanilla/display/psd2draw.r

The discussion can be followed here

http://www.rebol.net/altweb/rebol3/


--
Graham Chiu
http://www.compkarori.com/emr/
Synapse-EMR - a free electronic medical records system

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to