Skip to content

A file format conversion service based on Unoserver.

License

Notifications You must be signed in to change notification settings

ChanMo/docker-unoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A file format conversion service based on Unoserver.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages