I\'m building a PDF with dompdf, but my pdf doesn\'t contains a specified image. I already set the value to true in dompdf_config.inc.php>
You can always embed the image inside the PDF. That's even better because your document won't break when there's no Internet connection.
Try it
You can convert your images to data uri scheme using many online services.