https://github.com/j3-tech/odc
Convert Office documents
https://github.com/j3-tech/odc
converter document document-convertor nodejs office-document
Last synced: about 1 month ago
JSON representation
Convert Office documents
- Host: GitHub
- URL: https://github.com/j3-tech/odc
- Owner: J3-Tech
- Created: 2017-01-26T12:35:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T05:39:19.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T11:57:00.995Z (over 1 year ago)
- Topics: converter, document, document-convertor, nodejs, office-document
- Language: JavaScript
- Homepage: http://labz.one/odc/
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Document Convertor
==================
Document Convertor provides the facility of converting almost all office documents into image which make documents viewable without the need of any office suite.
Installation
------------
Assuming you are on debian/ubuntu and [node and npm](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) or [yarn](https://yarnpkg.com/en/docs/install) is already installed.
``` bash
sudo apt-get install imagemagick ghostscript poppler-utils unoconv
npm install # or yarn install
```
Running the application
-------
By Default the application will run on port 3000
``` bash
npm start
```
Docker
------
``` bash
docker pull registry.gitlab.com/chellem/odc:latest
docker run -p 3000:3000 registry.gitlab.com/chellem/odc:latest
```