For some reason, DomPDF won\'t render an image included in the html that is being parsed:
Now (May 2018) the correct way is :
$options = new Options(); $options->set('isRemoteEnabled',true); $dompdf = new Dompdf( $options );