Skip to content

sfoxdev/docker-unoconv-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unoconv based on Alpine Edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages