项目作者: J3-Tech

项目描述 :
Convert Office documents
高级语言: JavaScript
项目地址: git://github.com/J3-Tech/odc.git
创建时间: 2017-01-26T12:35:57Z
项目社区:https://github.com/J3-Tech/odc

开源协议:

下载


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.

  1. sudo apt-get install imagemagick ghostscript poppler-utils unoconv
  2. npm install # or yarn install

Running the application

By Default the application will run on port 3000

  1. npm start

Docker

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