crash code:Document empty construct case crash
Docx::Document doc;
doc.addParagraph("Hello doc!");
doc.save("xxx/xxx.doc");
ban this construct will be fine.
my usage example
Docx::Document doc(":/doc_template/template.doc");
doc.addParagraph("Hello doc!");
doc.save("xxx/xxx.doc");
crash code:Document empty construct case crash
Docx::Document doc;
doc.addParagraph("Hello doc!");
doc.save("xxx/xxx.doc");
ban this construct will be fine.
my usage example
Docx::Document doc(":/doc_template/template.doc");
doc.addParagraph("Hello doc!");
doc.save("xxx/xxx.doc");