Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

telemark/converttopdf-webservice-docker

Repository files navigation

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

About

Upload document, get pdf in return

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors