Sign inSign up

sfoxdev/unoconv-alpine

By sfoxdev

Updated almost 9 years ago

Unoconv in Docker based on Alpine Edge

Image
1

1.5K

sfoxdev/unoconv-alpine repository overview

Unoconv based on Alpine Edge

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
To convert .docx(or any other type of file) to .pdf put your file into directory /opt/unoconv
Run container
docker run -d --env-file=docker.env -v /opt/unoconv:/tmp --name unoconv sfoxdev/unoconv-alpine

or

docker run -d -e FILEEXT=docx -e TIMETOEXIT=300 -v /opt/unoconv:/tmp --name unoconv sfoxdev/unoconv-alpine
  • FILEEXT - file extension to convert
  • TIMETOEXIT - timeout in seconds to terminate convertion

Tag summary

Content type

Image

Digest

Size

179.2 MB

Last updated

almost 9 years ago

docker pull sfoxdev/unoconv-alpine