Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ,以便在浏览器中预览
- Host: GitHub
- URL: https://github.com/changgeee/fileview
- Owner: changgeee
- Created: 2020-08-20T03:19:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T08:00:05.000Z (over 4 years ago)
- Last Synced: 2024-11-06T21:48:03.953Z (3 months ago)
- Topics: demo, doc2html, fileview, nodejs, pdf2html, test, xlsx2html
- Language: HTML
- Homepage:
- Size: 3.48 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```