Dompdf: blank pdf

Created on 24 Feb 2018  路  1Comment  路  Source: dompdf/dompdf

Hi

I met a problem; this is my code;

$domPdf = new Dompdf();
$domPdf->loadHtml('hello world');
$domPdf->stream();

This pdf can be generated, but it is empty; Is there anything i missed?

question

Most helpful comment

you first need to render the HTML as PDF using:-

$domPdf->render();

>All comments

you first need to render the HTML as PDF using:-

$domPdf->render();

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SakaSerbia picture SakaSerbia  路  3Comments

jewei picture jewei  路  4Comments

AnarchyChampion picture AnarchyChampion  路  3Comments

manithink picture manithink  路  4Comments

SakaSerbia picture SakaSerbia  路  3Comments