Thanks again.
I think I'll stay with phantom-pdf at the beginning...
Posts made by TheCoreDev31
-
RE: Join a screenshot to a report
-
RE: Join a screenshot to a report
Finally, that's pretty much what I did : I'm taking my screenshots, store them into variables then I generate my report and include these screenshots in it.
Thanks for your help :-)Another question : I did it using phantom-pdf (less complicated to install for me). Do I need to use chrome-pdf instead, for my needs, or is it okay to use phantom-pdf (as it works perfectly) ?
-
RE: Join a screenshot to a report
Any help would be appreciated :-)
Can I use one of jsReport's features to get a screenshot and integrate it into a PDF report ?
If I can't integrate it in my existing report, can I produce a second PDF report with my screenshots ? -
RE: Join a screenshot to a report
For now, my screenshots are not available : I planned to use something like html2canvas to generate screenshots, but as I wanted to make a client-only app, I didn’t plan to store the screenshots on a server.
-
Join a screenshot to a report
Hello everybody,
I managed to generate a simple PDF report using Javascript :-)
It works great but I need to include in my PDF report some screenshots (in fact, I'm developing a 3D "house simulator" and I want to send to the customer the result of his simulation, meaning a report with all the products included in his house and several 3D views of the house).Can JsReport allow me to do that ?
ThanX,
Laurent