RtfTemplater

This is a very simple gem designed to generate RTF documents from a given template.

This gem is written in haste, but it works in most cases (I tested it on mac office, and TextEdit).

It is heavily inspired by Serenity.

Installation

Add this line to your application's Gemfile:

gem 'rtf-templater'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rtf-templater

Usage

Look at the example in the showcase directory.

In short this template:

template

Generates such document:

document

Contributing

  1. Fork it
  2. Create your feature or bug-fix branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request