Service for inserting provided data into docx or odt templates and converting them into pdf.
986
Simple Rest API for combining data and templates into pdf documents.
###Runing image
docker run -p <host_port>:8080 -v <host_folder>:/appData --name template-to-pdf -e SPRING_PROFILES_ACTIVE=prod -d mpetrunic/template-to-pdf
Save templates into <host_folder>/templates
Logs can be found in <host_folder>/logs/spring.log
Rest API doc: localhost:<host_port>
##Environment variables
SPRING_PROFILES_ACTIVE -- use "prod"
JAVA_OPTS
Content type
Image
Digest
Size
176.1 MB
Last updated
over 9 years ago
docker pull mpetrunic/template-to-pdf