Sha256: fdaf654c3d3ac44d5e17d0ca2737359dfe7ad60a448ddf7f749a48b12b9c296b

Contents?: true

Size: 635 Bytes

Versions: 3

Compression:

Stored size: 635 Bytes

Contents

= Documentalist
Rails gem for easily managing documents, converting them from a format to another,
and merging data into ODF templates.

= Checking for external dependencies
Documentalist assembles various moving parts that are necessary to perform the actual
conversions, you can run run the documentalist:backends:checks task to see if these
dependencies are met on your system, if it isn't the case it will give you some tips
on how to fix it.

= Examples
  Documentalist.convert('/home/somefile.doc', :to => '/home/someotherfile.pdf')

= Installation
Require the gem in your Rails or Ruby application and you should be good to go !

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
documentalist-0.1.4 README.rdoc
documentalist-0.1.3 README.rdoc
documentalist-0.1.2 README.rdoc