Convert Excel and Word files to PDF Using ruby

0 votes
I want to convert Excel with multiple sheets and Word files to PDF format as a single file using Ruby.

Are there any Script/Gems/Plugins available to achieve this?
Sep 25, 2022 in Others by Kithuzzz
• 38,010 points
942 views

1 answer to this question.

0 votes

 You can combine some:

  1. For excel files - read data using roo GEM - http://roo.rubyforge.org/

  2. For word files Opening .doc files in Ruby

  3. Convert the data read in previous steps into HTML.

  4. Then convert it to pdf using: https://github.com/pdfkit/PDFKit

answered Sep 26, 2022 by narikkadan
• 63,420 points

Related Questions In Others

0 votes
1 answer

How to convert data from txt files to Excel files using python

Hi , there are few steps to ...READ MORE

answered Feb 16, 2022 in Others by Edureka
• 13,670 points
13,381 views
0 votes
1 answer

How can I convert excel to PDF by Libreoffice and keep all format from excel file?

"Times New Roman" typeface does not have ...READ MORE

answered Oct 3, 2022 in Others by narikkadan
• 63,420 points
1,307 views
0 votes
1 answer

Convert Excel to PDF using JavaScript

You're clobbering objExcel on line 15: var objExcel ...READ MORE

answered Oct 9, 2022 in Others by narikkadan
• 63,420 points
2,988 views
0 votes
1 answer

How can I convert excel file to pdf using TCPDF?

PHPExcel can only read charts from Excel2007 ...READ MORE

answered Oct 21, 2022 in Others by narikkadan
• 63,420 points
1,485 views
0 votes
1 answer
0 votes
1 answer

How do I install Ruby on Rails?

Hi @Anvi, what @Pratibha has mentioned is ...READ MORE

answered Mar 1, 2019 in Others by Abha
• 28,140 points
877 views
0 votes
1 answer

How to store cryptocurrency balance without causing floating point errors in ruby/rails

 I suggest storing the values as integers. ...READ MORE

answered Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
456 views
0 votes
0 answers

what does bash: /home/XXX/.rvm/scripts/rvm: No such file or directory mean?

I was installing the ruby on rails ...READ MORE

May 26, 2022 in Others by Ashwini
• 5,430 points
642 views
0 votes
1 answer

Convert Word doc, docx and Excel xls, xlsx to PDF with PHP

After receiving a request, I'll put the ...READ MORE

answered Nov 20, 2022 in Others by narikkadan
• 63,420 points
967 views
0 votes
1 answer

Merge and export Excel/Word/PDF to PDF

Use GroupDocs.Merger for .NET API to merge Word, Excel, ...READ MORE

answered Oct 3, 2022 in Others by narikkadan
• 63,420 points
947 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP