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.
					
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?