elapouya / python-docx-template

Use a docx as a jinja2 template
GNU Lesser General Public License v2.1
1.92k stars 378 forks source link

Embedded font missing #519

Closed wesleimarinho closed 7 months ago

wesleimarinho commented 7 months ago

I have a source file containing embedded fonts. However, after saving a new version of the file with modifications made using python-docx, the embedded font is removed from the document, resulting in a significantly smaller file size. How can I configure it to preserve the embedded fonts in the file?