hello,
My framework is symfony. i'm trying to create a pdf file from a twig template. This twig template combines a number of graphs (koolreport is very usefull for that) and other data (in a multilingual environment).
When i try to create this pdf ( i'm trying to use dompdf) because i didn't found a way to do it with export feature from koolreport, the graphs are not shown . I suppose this is because path is not in absolute url.
example if i print the $myreport->run()->render(true) , we can see that the src is /kool...
<script type='text/javascript' src='/koolreport_assets/3157288213/KoolReport.js'>
is there a way to fix that. Or (even better) a way to use koolreports features .
thanks in advance