Hi,
I am working on pdf report generation which involves getting images from s3 bucket and putting those images in the pdf report along with the grid contents.
When I call jspdf on the same page where grid is defined, jspdf works fine and pdf report is generated, but since I want to get images from s3 bucket and put those images in the pdf I called jspdf function in the new php page where I am calling the s3 getObject, no pdf is generated.
Could you please help to provide me with an example of a similar case.
Kind Regards,
Adarsha
Code Link: https://gist.github.com/apalwe/8c9913b0bfb67d3e30e73ac57b613f06
1 Answers
Your Answer