I have to convert a dynamic page written with TWIG to PDF. I am unable to make him interpret the TWIG code, every php, html output is rendered but TWIG is ignored. Can you tell me if there is a solution that is not “to rewrite the same template in php” ?
Share
use the render function? it outputs html so that you can pass it in your DomPDF.
If you are under Symfony