patrick-rotsaert
Results
1
issues of
patrick-rotsaert
[template.docx](https://github.com/DocxFactory/DocxFactory/files/1156312/template.docx) ```C DocxFactory::WordProcessingCompiler& compiler = DocxFactory::WordProcessingCompiler::getInstance(); compiler.compile("template.docx", "template.dfw"); DocxFactory::WordProcessingMerger& merger = DocxFactory::WordProcessingMerger::getInstance(); merger.load("template.dfw"); // SEGFAULT ``` Seems to happen when the template contains a text box and if that text...