1. $dompdf->stream(); // скачивает пдф в браузере
2. $dompdf->output(); // возвращает пдф как строку
output
Returns the PDF as a string. The file will open a download dialog by default. The options parameter controls the output.
stream
Streams the PDF to the client. The file will open a download dialog by default. The options parameter controls the output.