Skip to content

cryptpad/office-converters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Office Converters

This repository is an example of a browser-based document converter using Web Assembly. Developed by the CryptPad team for INTEROFFICE, a project funded by NGI DAPSI under EU grant agreement no 781498.

Live demo: https://interoffice.cryptpad.org/

License

This software is available under the terms of the Affero GNU Public License version 3.0 or later.

Usage

We assume you have a recent version of NodeJS, which can be installed and managed using NVM.

Fetch the latest version of the code from GitHub:

git clone https://github.com/xwiki-labs/office-converters

Change into the project directory and install its dependencies

cd office-converters
npm install

Then launch the server:

node server.js

Production usage

We provide an example NGINX configuration file which can be adapted for your usage.