Adding signature to jasper report

Confluence User - 25 Sep, 2020

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

jasper

2


26 Sep, 2020
confluenceUser
confluenceUser

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})


04 Aug, 2022
confluenceUser
confluenceUser

if signature encrypted , how can I decrypt before using jsontoimage?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print