[REBOL] Re: Multiple Fonts in area
From: gschwarz:netconnect:au at: 25-Oct-2002 9:33
Andrew,
I have made program to printing HTML with REBOL.
I use a small program (running in the back ground) that looks for HTML files
in a shared folder, if any HTML files are found, then they are sent to the
printer using IE6 rendering. After the file is printed, the file is then
deleted from the folder.
The first Rebol program to test this out was a Fax cover sheet printing
program. From the time you press print button on the Rebol program to the
printer starting is very quick (less than 1/2 second). Using IE6 rendering
is fast and has some page break features which I use to print multi page
booklets (24 page double sided A5 booklet).
Version two of the program for printing HTML files will be done in a few
months time. :-( to much work in other projects.
Regards,
Greg