Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 814 Bytes

File metadata and controls

40 lines (22 loc) · 814 Bytes

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 or yarn is already installed.

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

npm start

Docker

docker pull registry.gitlab.com/chellem/odc:latest
docker run -p 3000:3000 registry.gitlab.com/chellem/odc:latest