How can we make this logo bigger in header ? I couldn't figure either from parameters or from documentation from TCPDF. I am using this reference example .
// Logo
$image_file = K_PATH_IMAGES.'easy.jpg';
$this->Image($image_file, 120, 10, 15, '', 'JPG', '', 'T', true, 300, '', false, false, 0, false, false, false);
Your help will be appreciated!
Basically....
if you play with Image() function's 4th and 5th parameters you can enlarge your logo