cancel
Showing results for 
Search instead for 
Did you mean: 

Jsignature Help

Former Member
0 Kudos

Hello,

I am using the jSignature jquery plugin GitHub - willowsystems/jSignature: jQuery plugin - draw signature in browser.

to capture signatures via VB.net and storing in a MS SQL Server database. I am saving them svg/xml base64 encoded and need to retrieve from the database and then show on a crystal reports document using CR version 14. Can anybody help me accomplish this task?

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Unfortunately, there is no way to do this directly in Crystal because it can't parse XML to get images.  If you had some way of saving the signature to a .jpg or other image file, you could place it on the report and use data to determine where the image file is so that it could be loaded dynamically.

-Dell

Answers (0)