$pdf->setImageScale(1.53); makes an ability to display pictures in original dimensions, with no blur. Also beware to call setImageScale() before AddPage:
$pdf->setImageScale(1.53);
$pdf->AddPage();
Source:
http://sourceforge.net/p/tcpdf/discussion/435311/thread/404343d4
I've try this, but it's not work. how?
ReplyDeleteThank you guy.
ReplyDeleteIt's work.....:-D