Search code examples
ruby-on-railsrubyparsingdocx

How to parse word files in rails?


I want to be able to parse Word files in my project. For example, I need to find a title or a table there. Or define the font name and font size. How do i do this? Are there any gems for this?

I will be grateful for the help.


Solution

  • You can use docx gem for that.