Convert Excel and Word files to PDF Using ruby -
i want convert excel multiple sheets , word files pdf format single file using ruby.
is there script/gems/plugins available achieve this?
there not gem doing job. can combine some:
for excel files - read data using roo gem - http://roo.rubyforge.org/
for word files opening .doc files in ruby
convert data readed in previous steps html.
then convert pdf using: https://github.com/pdfkit/pdfkit
Comments
Post a Comment