template.docx
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 box contains an item with a field in it.
Crashes on both windows and linux.
template.docx
Seems to happen when the template contains a text box and if that text box contains an item with a field in it.
Crashes on both windows and linux.