I have a MultiCell field that has an indeterminate height (the text comes from bd):
$pdf->MultiCell(100,5,'...',1,1);
I need to align an image, always next to the beginning of the text field.
$pdf->Image('...',115,30,80,0,'PNG');...
asked by
22.03.2018 / 13:21