I'm trying to generate a PDF with images from CodeIgniter (using
dompdf as a helper) and I can't find the solution for them to appear.
I've tried remote address (enabling DOMPDF_ENABLE_REMOTE), a local
file path and even the embedded image using the file from the data uri
example. But none of them worked.
THe only thing I've seen is a lot of Division by zero and Undefined
offset warnings in the log file, can that have something to do with
the error?