Unoconv is a simple tool for converting any type of files to PDF documents
mkdir /opt/unoconv
docker run -d -p 80:3000 --env-file=docker.env -v /opt/unoconv:/opt/unoconvservice/status --name unoconv sfoxdev/unoconv
curl --form [email protected] http://localhost/unoconv/pdf > test.pdf
service_started
- in this file you could find timestamp when converting was started if file uploaded successfullyservice_finished
- in this file you could find timestamp when converting was finished and 0 if error occurs