Forum


Replies: 3   Views: 2883
Creating docx from newly created docx causes "cannot be opened problems with contents"
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by fishka_bmk  · 22-09-2016 - 15:28

Hi, i'm try to do, with trial version phpdocx:

$w = new CreateDocx();
$w->createDocx('w');
$z = new CreateDocxFromTemplate('w.docx');
$z->createDocx('z');

At opening z.docx, Word shows "cannot be opened problems with contents"

Help please.