Sign pdf with Chilkat (or other)

Closed
0
0

Hi, in my application I use Chilkat dll with commercial license to sign pdf documents. Can I use it somehow with Wisej? If I can’t, is there another way to sign using tokens or smartcards present on the client? Thank you.

  • You must to post comments
0
0

You can use as you would with any .NET code.

  • Francesco Leo
    Unfortunately it doesn’t work, when I try to open the certificate store, I get the error: the current session is not interactive. This is the code: X509Certificate2Collection col = x509Store.Certificates; X509Certificate2Collection sel = X509Certificate2UI.SelectFromCollection(col, cTitolo, cMessaggio, X509SelectionFlag.SingleSelection);
  • You must to post comments
Showing 1 result