1
0
-1

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

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

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


        CommentAdd your comment...
      1.  
        1
        0
        -1

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

          CommentAdd your comment...