1
0
-1
2 answers
- 210
the only solution i found on github now :
https://github.com/vinodkiran/SignatureToImageJava, compile to jar and add to jasper external jar with com.google.gson.Gson packaged jar.
then in image expression set to :
new signaturepad.SignatureToImage().convertJsonToImage($F{your_signature_field})
Add your comment... - 10-1
if signature encrypted , how can I decrypt before using jsontoimage?
Add your comment...
hi,
i've form with signature and want to include it in jasper. is there any method to generate signature image from signature field in table (svg format ? ) into jasper report ..