siddharth nawani
siddharth nawani

Reputation: 191

Is It Possible to Sign a tiff file using CoSign

We are trying to sign a Tiff file using CoSign but it is showing error: "File is not supported".

Is it possible to Sign a Tiff using CoSign via web-agent API or via back-end. Or please suggest if any alternate is there.

Upvotes: 2

Views: 59

Answers (1)

Larry K
Larry K

Reputation: 49114

The CoSign Web Agent doesn't sign tiff files. It can be used to sign PDF, Word, and Excel files in their native formats. It can also automatically convert Word and Excel files to pdf format.

Tiff files can be signed via CoSign in any of three ways:

CoSign Signature API

Docs. This is a new API and there are some issues with the documentation. Please see other questions about this API and ask additional questions if you have a problem.

CoSign Signature SOAP API

Docs This API's Sign method can sign tiff files.

CoSign Signature Local API

Docs This is a Windows local API. It can also be used to sign tiff files.

Upvotes: 1

Related Questions