I am currently creating a PDF and am finding it annoying to constantly make a change, download the PDF and then view it from my website. Is there a better way that I create this PDF, which is quicker than this process?
I initially tried just changing the DOMPDF loading line to
$dompdf->stream("", array("Attachment" => false));
This made it so I didn't have to download the PDF, but also redirected me from the page I'm "downloading" the PDF from...
Looking for maybe an extension on VS Code, or perhaps an IDE that can perform this request? Since DOMPDF uses a HTML file to create the PDF, is there a way I can view the HTML document (whilst I'm editing) in a PDF format?