Dockerfiles for building images with LibreOffice and python-docx-template
355
Dockerfiles for building images with LibreOffice and python-docx-template
Usage example
docker run -ti --rm --entrypoint /bin/bash -v path/to/data:/data frostasm/python-docx-template
cd /data
python3 -m docxtpl --template-file template.docx --json-data-file data.json --generated-file result.docx
soffice --convert-to pdf result.docx
Content type
Image
Digest
Size
363.2 MB
Last updated
about 9 years ago
docker pull frostasm/python-docx-template