Forum


Replies: 2   Views: 3071
Createdocx function
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 iceman  · 21-02-2013 - 15:34

Hello,
I want to create a new word document with PHPDocx but I can't open the doc because there is this message :
"Can not open file document.docx. Some problems have been identified in the content"

Here is my code : (very easy)
<?php
require_once './phpdocx/classes/CreateDocx.inc';
$docx = new CreateDocx();
$docx->createDocx();
?>

Thanks for your help.

Posted by admin  · 11-04-2013 - 12:13

Hello,

Please add at least one content.

Regards. Jorge.