Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby on Rails: In there a way to convert word to html?

maybe a way to batch convert also?

like image 916
NullVoxPopuli Avatar asked Oct 26 '25 07:10

NullVoxPopuli


1 Answers

You could use Google Docs API to upload and convert .doc's.

http://code.google.com/apis/documents/overview.html

Some samples and code: http://code.google.com/apis/documents/code.html

Ruby example and demo: http://code.google.com/p/gdata-samples/source/browse/#svn/trunk/doclist/DocListManager http://doclistmanager.googlecodesamples.com/

like image 78
Ben Orozco Avatar answered Oct 28 '25 21:10

Ben Orozco