How to sign with a grapical image signature using cosign SOAP API
问题 I am trying to sign a pdf file using CoSign Web servies API. I have tried the code sample and I was able to sign successfully. I am using the developer account and I have created several graphical signatures, but the resulting signature did not contain any images (only textual information) although I had set the appearanceMask to graphical image. here is the sample code I am using: package trial; import com.arx.sapiws.dss._1.*; import java.io.File; import java.io.FileInputStream; import java