--
You received this message because you are subscribed to the Google Groups "Ruby Ireland" group.
To post to this group, send email to ruby_i...@googlegroups.com.
To unsubscribe from this group, send email to ruby_ireland...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruby_ireland?hl=en.
If you want to go the RTF route, you could use also JRuby to script RTFTemplate
http://rtftemplate.sourceforge.net/
I had good success a few years back with RTFTemplate+Java+Velocity.
Alan.
The other approach is to create ODF (Open Document Format, used my
OpenOffice) as there are several Java libraries available for this
format (like .docx it's a zipped XML file). Again, I haven't used it
but googling for "ODF java" brings up a few options. It should be easy
enough to use these libraries with JRuby
Jamie
In addition to the suggestions provided alright, I would suggest you have a look at threads on this topic on Stackoverflow - here's one which seems to have some more information: http://stackoverflow.com/questions/697505/creating-microsoft-word-docx-documents-in-ruby
As one of the few (I can only assume) non-fulltime devs here I can only wholly recommend Stackoverflow as a invaluable resource to learning more about Ruby/Rails and most topics for that matter, it's saved me many times.
Simon.