Skip to content

Dockerfiles for building images with LibreOffice and python-docx-template

Notifications You must be signed in to change notification settings

frostasm/python-docx-template-dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-docx-template-dockerfiles

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

About

Dockerfiles for building images with LibreOffice and python-docx-template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages