Closed ccvivien closed 2 years ago
Is it a specific file? Could I in that case get a copy to test locally?
Hello, thank your for replying.
We haven't had the issue in a long time. So I don't have any file to reproduce the bug anymore.
I think we can close this issue for now. If it reproduces, I will open it again and share the files in question.
Hello,
I have some trouble understanding an error message. It occurs when my app tries to convert a docx file to pdf.
I get the following:
The workflow is : For each docx template, I spawn a thread that build the final docx document from the template, and then the pdf. So I call unoconvert from within a python thread.
(I use https://docxtpl.readthedocs.io/en/latest/)