Sign inSign up

telemark/converttopdf-webservice-docker

By telemark

Updated about 5 years ago

Post document, get pdf in return

Image
2

10K+

telemark/converttopdf-webservice-docker repository overview

Build Status js-standard-style

converttopdf-webservice-docker

Upload document, get pdf in return.

Docker

Build the image

$ docker build -t pdfconverter .

Run the image

docker run -d -p 80:3000 --name pdf pdfconverter

Convert a document

curl \
  -F "file=@test/data/testdoc.docx" \
  http://192.168.99.100 > converted.pdf

License

MIT

Tag summary

Content type

Image

Digest

Size

301.9 MB

Last updated

about 5 years ago

docker pull telemark/converttopdf-webservice-docker