[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: howto write rtf directly?

Nuralanur

6/10/2005 8:54:00 AM

Dear "Logancapaldo",

thank you for your response.
Yes, I am using Windows, but I used Ruby under Cygwin and I write

file=File.open("my_file.rtf","w")
file.puts allmygarbledtext
file.close.

So the extension visible is *.rtf ....

Best regards,

Axel