Sign inSign up

philiplehmann/unoserver

By philiplehmann

Updated 5 days 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:ce2db32e4

Size

699.4 MB

Last updated

5 days ago

docker pull philiplehmann/unoserver