Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mportiz08/docx-html

convert .docx files into html
https://github.com/mportiz08/docx-html

Last synced: about 2 months ago
JSON representation

convert .docx files into html

Awesome Lists containing this project

README

        

# docx-html

an extension to the `docx` gem that provides a `to_html` method for documents

## install

gem install docx-html

## usage

``` ruby
require 'docx/html'

d = Docx::Document.open('test.docx')
d.to_html
```