I have been trying all day to get this to work. Right now I am able to save the document as .docx file but I wanted to be able to save the document as PDF I have tried with
Make sure to send DOMPDF Path in:
$domPdfPath = "..vendor/dompdf/dompdf/";
Settings::setPdfRendererName(Settings::PDF_RENDERER_DOMPDF);
Settings::setPdfRendererPath($domPdfPath); //<---
Then in AbstractRerender construct if you echo $this->Include file you should see 'dompdf_config.inc.php'
If you don't have dompdf_config.inc.php file, try to use dompdf 0.6.2