• ggarcia
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 14
    Replies

Hey guys so im trying to use SignaturePad ......http://thomasjbradley.ca/lab/signature-pad/#howto .........into a visualforce page and im having some trouble getting the canvas element to work with apex/VF. i would really appricate some help with this i am a novice at VF and html so any help at all will probably be a lot 

Hey guys I'm a little new to this and I need some help. I need to make a visual force page using html5 and the <canvas> element. The canvas will create a modifiable box in which a user can draw something and then that will be stored elsewhere as a JSON file to be recalled later. I need to know if and how this would be possible. I can get a box to show up but I can't get it to be editable ( I can't draw inside of it). 

 

HELP PLEASE 

Hey guys I'm a little new to this and I need some help. I need to make a visual force page using html5 and the <canvas> element. The canvas will create a modifiable box in which a user can draw something and then that will be stored elsewhere as a JSON file to be recalled later. I need to know if and how this would be possible. I can get a box to show up but I can't get it to be editable ( I can't draw inside of it). 

 

HELP PLEASE 

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!!!!

  • November 23, 2012
  • Like
  • 0