unoserver
simple wrapper around unoserver to process files via http requests
50K+
simple wrapper of the unoserver to process files via http requests
docker run -p 3000:3000 --name unoserver philiplehmann/unoserver:latest
docker run -p 5000:5000 --env PORT=5000 --name unoserver philiplehmann/unoserver:latest
curl -X POST \
-H 'content-type: application/x-www-form-urlencoded' \
--data-binary "@path/to/my/document.docx" --output document.pdf \
'http://localhost:3000/convert'
https://github.com/philiplehmann/container/tree/main/apps/unoserver
Content type
Image
Digest
sha256:ac88035be…
Size
731.9 MB
Last updated
about 9 hours ago
docker pull philiplehmann/unoserver