# image path my $imageHeaderPath = '/path/to/image/image.jpg'; # insert image $pdf->image ( $imageHeaderPath, width => 612, height => 50, x => 0, y => $pdf->y );