Hii have an image to be header in the pdf report, i put that image in folder images/renew.png
and i put this script on Listpage ->Page_DataRenderingif (IsExport(“pdf”)){
$header = "
";
}but in the pdf file image doesnt show and only show text image not found or type unknown
did i miss something?TIA
You may see dompdf’s Resource Reference Requirements:
Files accessed through the local file system have the following requirement: The file must fall within the path(s) specified for the Dompdf “chroot” optionYou may put your images under the global upload folder of your project instead.