You need to sign in to do that
Don't have an account?

display signature in PDF
Hi All
My requriment is to display signature in PDF, so i have used canvas in html5 to capture the signature and display in UI. In UI it is working perfectly but when i convert the VF into PDF the image is not displayed. the image URL will start like this "data:image/png;base64,", when i searched in google there is an idea posted stating that the URL "data:image/png;base64," is not supported in PDF.
is there any alternate way to display the image in PDF, please let me know.
Thanks in advance!!!!
IF you could capture that image and store in notes and attachment then it will be easy to get the signature on pdf .
I can help you here but you may need to capture the image and insert in a notes and attachment related to your custom object
All Answers
IF you could capture that image and store in notes and attachment then it will be easy to get the signature on pdf .
I can help you here but you may need to capture the image and insert in a notes and attachment related to your custom object
Hi Mohit
what you said is correct. i have resolved the issue.
Thank you so much!!!
Please Mark it as solution if that helps so that it may help others .Thanks
how did you get the signature canvas to work in VF?