Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/changgeee/fileview

pdf,doc,docx,csv,xlsx 转 html ,以便在浏览器中预览
https://github.com/changgeee/fileview

demo doc2html fileview nodejs pdf2html test xlsx2html

Last synced: 30 days ago
JSON representation

pdf,doc,docx,csv,xlsx 转 html ,以便在浏览器中预览

Awesome Lists containing this project

README

        

# fileView
``` pdf,doc,docx,csv,xlsx 转 html ,以便在浏览器中预览 ```

### Requirements
- [pdf2htmljs](https://github.com/fagbokforlaget/pdftohtmljs)
- [mammoth](https://github.com/changgeee/mammoth.js)
- [sheetjs](https://github.com/SheetJS/sheetjs)

### Installation
``` bash
git clone https://github.com/changgeee/fileView.git
```
### Test
``` bash
npm i
npm test
```