philiplehmann/unoserver

By philiplehmann

Updated about 9 hours ago

simple wrapper around unoserver to process files via http requests

Image
Web servers
5

50K+

philiplehmann/unoserver repository overview

unoserver http wrapper

simple wrapper of the unoserver to process files via http requests

Run Image

docker run -p 3000:3000 --name unoserver philiplehmann/unoserver:latest
docker run -p 5000:5000 --env PORT=5000 --name unoserver philiplehmann/unoserver:latest

Convert file

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'

curl data-binary doc

unoserver http wrapper

https://github.com/philiplehmann/container/tree/main/apps/unoserver

unoserver

https://github.com/unoconv/unoserver

Tag summary

Content type

Image

Digest

sha256:ac88035be

Size

731.9 MB

Last updated

about 9 hours ago

docker pull philiplehmann/unoserver