Forum


Replies: 1   Views: 3076
Where does the images go when using transformdoc?
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 notice88  · 26-07-2012 - 03:32

require_once 'phpdocx_free/classes/TransformDoc.inc';
$document = new TransformDoc();
$document->setStrFile($filer);
$document->generateXHTML();
$document->validatorXHTML();
$file=$document->getStrXHTML();

im using this code in phpDOcx to convert docx to html string. so that i can paste it. but images are not located... where does images go when I use this?