-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# officeToHtml | ||
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 <a href="https://github.com/meshesha/OfficeJs">OfficeJs</a> 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 <a href="https://meshesha.github.io/officetohtml/" target="_blank">here</a>. | ||
|
||
### usage: | ||
* See page <a href="https://meshesha.github.io/officetohtml/" target="_blank">here</a>. | ||
|
||
### LICENSE: | ||
* MIT |