Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Upload .docx-template and data. Get formatted pdf in return

License

Notifications You must be signed in to change notification settings

telemark/pdftemplater-webservice-docker

Repository files navigation

Build Status js-standard-style

pdftemplater-webservice-docker

Upload .docx-template and data. Get formatted pdf in return

curl \
  -F "title=This is my title" \
  -F "description=Love my description" \
  -F "body=My body is beautiful" \
  -F "file=@test/data/testdoc.docx" \
  http://192.168.99.100 > converted.pdf

returns converted.pdf

Docker

Build the image

$ docker build -t pdftemplater .

Run the image

$ docker run -d -p 80:3000 --name pdf pdftemplater

or use the prebuilt from hub.docker.com

$ docker pull telemark/pdftemplater-webservice-docker

and the run the image

$ docker run -d -p 80:3000 --name pdf telemark/pdftemplater-webservice-docker

License

MIT

About

Upload .docx-template and data. Get formatted pdf in return

Resources

License

Stars

Watchers

Forks

Packages

No packages published