Open Lupanbr opened 1 year ago
I would go with https://pypi.org/project/docxcompose as (IMHO) it is the only viable option for combining a few docx files.
I would go with https://pypi.org/project/docxcompose as (IMHO) it is the only viable option for combining a few docx files.
Didnt know about this, I
ll try it , thanks !
Hi, I
m making a test case trying to merge multiple smaller docx files in a main template trying to follow these instructions: [https://github.com/elapouya/python-docx-template/issues/433](url) However, I
m getting this error while trying to open the file output.docx: "Word experienced an error trying to open the file."Python code:
templateParecer.docx
CabecalhoParecer.docx
EmentaParecer.docx
PROPOSIÇÃO QUE {{ementaTitulo}}
Note: If I remove the , "ementa": subEmentaMain , the code runs correctly and I can open the file with the renderings done in subCabecalhoMain.
Please help !