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

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

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

```