Hello,
i have created a number a reports . I want to export this reports in a single pdf file.
is it possible combine it in one pdf ?
I'm using symfony and today i send to my twig view all these reports with $report->run()->render(true) and then add {{ report |raw }} to the view.
May i reuse this reports even if i have to create for each report the ...Pdf.view.php file or there is another solution?
thanks in advance