Search Docker Hub
converttopdf-webservice-docker
By telemark
Post document, get pdf in return
10K+
Upload document, get pdf in return.
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
MIT
Content type
Image
Digest
Size
301.9 MB
Last updated
about 5 years ago
docker pull telemark/converttopdf-webservice-docker