0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
The smooth document management experience, usable as a Rails gem plugin or standalone in any ruby application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.8.6

Runtime

>= 2.0.2
 Project Readme

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 !