Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Printing on printers Re:

From: petr:krenzelok:trz:cz at: 24-Sep-2000 6:07

----- Original Message ----- From: <[jr--brainbyte--com]> To: <[list--rebol--com]> Sent: Sunday, September 24, 2000 2:41 AM Subject: [REBOL] Printing on printers
> Hmmm... > I guess I would have to purchase the Rebol/Command to do this? > > How would you direct output to a printer?
Maybe there is no simple way for multiplatform aproach to printing. However - printing is so esential feature I wonder why RT haven't said a word about it. I think if you can - just generate .html output and browse it ... print from your browser. As for complex layout, you can probably use: save/png img: %my-image.png to-image layout [your layout code here] browse %my-image.png Hmm, maybe Carl or someone else could tell us what's the story with printing in REBOL? Would it be really complicated to add platform native print dialog call into REBOL? Thanks, -pekr-