Hi iv'e created an image :
$imageBlb1 = new WordFragment($docx);
$optionsBlb1 = array(
'src' => '../../phpGC/'.$img1.'.jpg',
'imageAlign'=>'center'
);
$imageBlb1->addImage($optionsBlb1);
then used :
$docx->replaceVariableByWordFragment(array('BLOBA'.$imgCnt => $rowB['BLOB1']), array('type' => 'block'));
to set it in the DOC.
now i need it to be hyperlink to the oginal picure.
is it possible?
iris hadar