I'm trying to create pdf file out of xls one, created with phpExcel. I need to add logo to file, but the mistake occured. In my xls file everything is ok and I can see the picture, but after transforming it into pdf with dompdf, I see "image not readable or empty" warning instead of logo.
What can I do to fix this issue?
I already tried to change path to file to absolute and manipulated DOMPDF_ENABLE_REMOTE from false to true with no result