Hi Team,
I am using the below code to render the image to the PDF with a base 64 string, it is working in local but as soon as i am pushing the code to lambda, the function executes but the PDF is not generated.
string…..."<img src=\"data:image/png;base64, xxxxxxxxxxxxxxxxxxx\"></div>\r\n...image/images will be added as base64 string as per my above code...