Forum


Replies: 6   Views: 2092
With corporate version 5.5, is it possible to embed an image in a table cell with the addimage() fea
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 admin  · 15-03-2019 - 10:11

Hello,

The same scripts should work correctly without doing changes. Just note that instead of INC extensions, the classes use PHP extensions since the release of phpdocx 8. Using phpdocx 7.5 or previous you need to do:

require_once 'classes/CreateDocx.inc';

And phpdocx 8 or newer needs:

require_once 'classes/CreateDocx.php';

Anyway, if after doing the upgrade you have any issue please write to contact[at]phpdocx.com and we'll be able to help you.

Regards.