mailtodanish

How to send multiple files dynamically in one package.(JAVA SDK)

0 votes
Hi, I have to send number of files in one package but number of files and there location path are passed as input argument. User may send one file or more than one files. I am not able to find the way how I dynamically include files to package. Danish

Approved Answer

Reply to: How to send multiple files dynamically in one package.(JAVA SDK)

0 votes
Hi Danish, You can either first create your package and upload your documents separately using the eslClient.uploadDocument(document, packageId); or you can create a Document object for each pdf document, add them to your DocumentPackage object, and then make your eslClient.createPackage(pkg); call.
Haris Haidary OneSpan Technical Consultant

Reply to: How to send multiple files dynamically in one package.(JAVA SDK)

0 votes
Thanks, My requirement is like as below 1. create package in draft 2. Add Signer dynamically later ( it will take 2-3 days) 3. Send Doc later.

Reply to: How to send multiple files dynamically in one package.(JAVA SDK)

0 votes

Hi Danish, Please refer to the replies in your latest thread. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off