Answer the question
In order to leave comments, you need to log in
How to send a pdf string to be printed?
I use the dompdf
class .
I found two methods for outputting pdf:
1. $dompdf->stream(); // скачивает пдф в браузере
2. $dompdf->output(); // возвращает пдф как строку
Answer the question
In order to leave comments, you need to log in
output - returns pdf as a string. And stream is just the opposite, outputs to the browser
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question