This simple example shows how to upload a document with the Java SDK.
First, a DocumentPackage object is created with specified parameters. The document package is created with one signer by calling on the eSignLive. Then, a Document object is constructed using a document from an InputStream. Finally, the document is uploaded and the package is sent with the eSignLive client.
This example is part of the Java SDK GitHub project created by the eSignLive Engineering group. The project is continually updated as changes to the eSignLive application and eSignLive Java SDK happen. All examples from the project are easily searchable from within the Code Share section, with detailed descriptions or you can visit the examples portion of the SDK project directly:
https://github.com/silanis/esl.sdk.java/tree/master/sdk/src/main/java/com/silanis/esl/sdk/examples
First, a DocumentPackage object is created with specified parameters. The document package is created with one signer by calling on the eSignLive. Then, a Document object is constructed using a document from an InputStream. Finally, the document is uploaded and the package is sent with the eSignLive client.
This example is part of the Java SDK GitHub project created by the eSignLive Engineering group. The project is continually updated as changes to the eSignLive application and eSignLive Java SDK happen. All examples from the project are easily searchable from within the Code Share section, with detailed descriptions or you can visit the examples portion of the SDK project directly:
https://github.com/silanis/esl.sdk.java/tree/master/sdk/src/main/java/com/silanis/esl/sdk/examples
Rate this Code Share