Hi,
Is there any way to set JPG files as header image in Exported PDF ?
for now its only supporting the PNG files .
// the height of the header
$objSchedulerExport->headerImgHeight = 40;
// the height of the footer
$objSchedulerExport->footerImgHeight = 40;
// the path to the header image
$objSchedulerExport->headerImg = 'header.png'; => supporting
$objSchedulerExport->headerImg = 'header.jpg'; => not supporting
Please suggest me how to resolve this issue.
FYI => I’m using PHP in server side.
thank you