Questions tagged [cosign-api]

DocuSign Signature Appliance API for digital signatures and integration questions. The appliance used to named "CoSign."

64 questions
1
vote
1 answer

Error overwriting signature image

I am try to sign a PDF file using SOAP APIs for an iPad application, I use specific graphical signature name to overwrite each time and use it to sign the document. For some images I can not overwrite it and I get "Failed to create graphical…
1
vote
1 answer

How to add CoSign Web Agent XML tag for 2 Signature Fields?

I can test sign document with 1 Define Signature but How to add 2 define signature in XML Tag ? http://webagentdev.arx.com:88/testApp/ Tab : Define a signature field Thank you for advance
1
vote
1 answer

ARX CoSign API related, SAPISignatureFieldEnumInit returns error 1878850044, when accessing SharePoint files

My goal is to get a status of the signature field in a PDF file that has CoSign signature fields (signed and unsigned). I need all fields not just the last signed field. I have created a WCF endpoint (using C# VS2013 and the ARX SAPI API) to read…
1
vote
2 answers

Error code 706 when signing PDF using Web Agent in Java

When testing the Web Agent sample in Java, I am getting an error reply
1
vote
1 answer

Integration of CoSign web Agent with Web Portal

Following url and parameters names for testing integration is correct or not ?? URL:- http://webdemos.arx.com/cswa_sign_sample/CSWADemo.asx Parameter name:- inputXML . Do you have any sample code in java for this integration?
1
vote
1 answer

How to add a graphical image signature using CoSign Signature Soap API

If possible add some code snippet. I have used Java for coding. DSS: I would like to add multiple graphical image signature using CoSign Signature Soap API, how can I achieve it? If possible add some code snippet.
mushir2007
  • 25
  • 5
1
vote
1 answer

How to sign PDF file in case need to chose specific signature?

I am very new in programming. I need to sign PDF document, the user have more than 1 certificate (I have UserName, password, ID of specific certificate , Serial of specific certificate ) I am trying to understand, the order of methods i need to use…
Jenny A
  • 31
  • 2
1
vote
1 answer

How to sign in case of using more then 1 certificate

I have more than 1 certificate, how to indicate the default one to use for signing in my SAPI code. My code written in vb6.
Jenny A
  • 31
  • 2
1
vote
1 answer

Using CoSign and in case of multiple signatures, how do you specify which signature to use using SOAP API?

I am using a CoSign developer account and I have created several graphical signatures. I am using the sample code to sign a pdf file and it works, I was able to enumerate the signatures but I couldn't figure out how to specify which signature to use…
enjanjoe
  • 25
  • 3
1
vote
1 answer

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…
enjanjoe
  • 25
  • 3
1
vote
1 answer

cosign - api :error when call to SignatureFieldCreateSign

I want to sign PDF document, I use CoSign API, The code was written in vb6. When I use SAPI.SignetureFieldCreateSign (create signature and sign in the document), this method need to return 0 if everything ok, but it returns -1878850896. My…
Jenny A
  • 31
  • 2
1
vote
1 answer

How to change the coordinates of Signature in CoSign Signature SOAP API and place it over some given text (i.e. Sign Here)?

My pdf file will have an area with the text "Sign here". It could be anywhere in the pdf(i.e. the coordinates for that area is not defined) . I would like to add the signature over that given area or text(eg "Sign Here") in my pdf file. In the…
mushir2007
  • 25
  • 5
1
vote
0 answers

Sign a MSOffice Document with SAPI

I do know that in order to sign an MSOffice document, e.g. a Word document, one has to insert a signature line into document. Does anyone know how to do it programmatically using c# Office-Interop? Using c# Office-Interop I can open,save convert to…
conapart
  • 65
  • 9
1
vote
1 answer

CoSign API: Signing a BYTE stream using SAPI?

I would like to extend the question asked here for other types of byte streams. I would like know how can I map byte streams extension to SAPI_ENUM_FILE_TYPE? I know that pdf files should be mapped to SAPI_ENUM_FILE_TYPE.SAPI_ENUM_FILE_ADOBE however…
conapart
  • 65
  • 9
1
vote
2 answers

Using Cosign SAPI COM DLL in VBA for Word 2010

I am just learning to use CoSign SAPI. I down loaded the example VB.Net program code for Visual Studio and it runs ok. I then tried to run code in Microsoft Word 2010 as a VBA module. The code executes ok up to the SAPI.logon statement and fails. …