Sign inSign up

sfoxdev/unoconv

By sfoxdev

Updated about 9 years ago

Unoconv is a simple tool for converting any type of files to PDF documents

Image
2

8.0K

sfoxdev/unoconv repository overview

Unoconv with NodeJS

Unoconv is a simple tool for converting any type of files to PDF documents

Docker Build Status Docker Build Status Docker Build Status Docker Build Status

Usage

Create directory in your server
mkdir /opt/unoconv
Run container
docker run -d -p 80:3000 --env-file=docker.env -v /opt/unoconv:/opt/unoconvservice/status --name unoconv sfoxdev/unoconv
To convert .docx(or any other type of file) to .pdf make POST to Unoconv
curl --form [email protected] http://localhost/unoconv/pdf > test.pdf
To check status of converting, go to /opt/unoconv you could find to files here
  • service_started - in this file you could find timestamp when converting was started if file uploaded successfully
  • service_finished - in this file you could find timestamp when converting was finished and 0 if error occurs

Tag summary

Content type

Image

Digest

Size

352 MB

Last updated

about 9 years ago

docker pull sfoxdev/unoconv