Hi,
trying to add images(code below), but does botton border is not showing when openinh generated document. If i open generated document, and rescale image - bottom border appears.
$options = array(
'src' => $tmpfname,
'imageAlign' => 'center',
'scaling' => $x_scale,
'spacingTop' => 10,
'spacingBottom' => 10,
'spacingLeft' => 0,
'spacingRight' => 20,
'textWrap' => 0,
'borderStyle' => 'solid',
'borderWidth' => 1,
'borderColor' => '0000CD',
'dpi' => 75,
);
$docx->addImage($options);