diff --git a/README.md b/README.md index 54fa304..92a3f94 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# officeToHtml \ No newline at end of file +officeToHtml +========== +[![MIT License][license-image]][license-url] + +[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat +[license-url]: LICENSE + +jQuery plugin written in pure javascript for converting modern microsoft office files, pptx,docx,xlsx and pdf to html. + +The plugin integrates other libraries like PPTXjs, mammoth.js,SheetJs Combined with handsontable and PDF.js, designed to convert Office files and pdf file to HTML. + +This project replaces my older project called OfficeJs so the version does not start from 1.0.0. + +### Version: +* 1.1.0 + +### Support: +* pdf viewer +* docx viewer +* pptx viewer +* Excel sheet viewer +* image viewer + +### Demo +* See demo here. + +### usage: +* See page here. + +### LICENSE: +* MIT