pdf->setRTL(true, true);
pdf->Image($iconpath, $xx, $yy, $ww, 0, 'PNG', '');
$xx = pdf->getImageRBX(); // left bottom x
$yy = pdf->getImageRBY(); // left bottom y
pdf->setRTL(false, true);
because I need a right alignment.
I updated recently my TCPDF 6.3.5 version to 6.7.2 and after that the placement of image has changed (doesn't align anymore). In my project I reverted the change made here. By this, my PDF looks again right to me...
Perhaps somebody better educated in PHP than me may have a look to this change?
Hi,
in one of my projects I use code like this:
because I need a right alignment.
I updated recently my TCPDF 6.3.5 version to 6.7.2 and after that the placement of image has changed (doesn't align anymore). In my project I reverted the change made here. By this, my PDF looks again right to me...
Perhaps somebody better educated in PHP than me may have a look to this change?
Thanks