0
jaggy posted
TCPDF : what should be solution to place image properly at header ?
TCPDF generate some error when i try to change image of header
$pdf->SetHeaderData(dirname(__FILE__)."/images/logo.png", PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 001', PDF_HEADER_STRING, array(0,64,255), array(0,64,128));
error
TCPDF ERROR: [Image] Unable to get the size of the image: /home8/public_html/r/lib/TCPDF/examples/images/home8/public_html/images/logo.png
its seems repeat image path twice
so what should be solution to place image properly at header