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/
This software is available under the terms of the Affero GNU Public License version 3.0 or later.
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
We provide an example NGINX configuration file which can be adapted for your usage.