Sign inSign up

chanmo/unoserver

By chanmo

Updated almost 2 years ago

A file format conversion service based on Unoserver.

Image
0

347

chanmo/unoserver repository overview

Docker Unoserver

A file format conversion service based on Unoserver.

For more tools to help you manage and use your documents, visit Awesome Document

How to use

docker pull chanmo/unoserver

Start http server

docker run -p 5000:5000 chanmo/unoserver

convert a docx file to the pdf format

http -f POST :5000/convert/pdf file@/path/to/demo.docx -o demo.pdf

If you just want to refresh the TOC in a docx file.

http -f POST :5000/convert/docx file@/path/to/demo.docx -o demo.docx

Tag summary

Content type

Image

Digest

sha256:5e78916d8

Size

291.1 MB

Last updated

almost 2 years ago

docker pull chanmo/unoserver