Reputation: 21
I am looking for a Ruby Gem that will allow me to create openoffice odt documents from scratch. There is also a requirement to include images in said documents. Has anyone come across a gem offering this functionality. I have not been able to find any that will facilitate the creation of new documents (replacing text in a template doc is pretty straight forward).
Regards and many thanks in advance
Upvotes: 2
Views: 2721
Reputation: 7111
There is serenity-odt listed on Rubygems or this post that describes some work similar to what you describe.
Upvotes: 1