[REBOL] Re: Printing with Core/View
From: sisbro::pipo::com at: 30-Apr-2003 16:53
Hi
> Just a question to confirm what I believe I know already.
>
> Is it possible, using just the free version of Rebol View, to print on
> actual paper? It seems to me that it is not possible.
You cannot do that directly BUT, you can use external program to help you in your task.
If you work with linux, you can output text based report in a directory and use a script
(launch each minute with the crontab) to print it. You can also use postscript language
to.
If you are under Windows or if you have a network with a Windows computer, you can use
RPV. take a look at http://www.rpvreport.com/ This is a nice prog for you. Use the free
version. You create a text based report (in a rep or send by FTP), and this prog print
it for you.
Well, ok, this is not a full Rebol solution, but Rebol cannot print easily by itself,
so...
Jerome
French Reboler