createDocFromUploadPdf
Overview
Parameters:
Return:
DocResponse - success
Exception - failure
To create this document we need:
set your api token.
set your signers.
set your doc.
call the method.
Usage:
Import the relevant components:
import body.doc.DocFromPdf;
import body.signer.Signer;
import docs.DocRequests;
import response.DocResponse;
import services.JsonConverter;
import java.io.IOException;
import java.util.ArrayList;Set your Api Token:
Set your signers with the class Signer:
Set your doc with class with the class DocFromPdf:
Call the method createDocFromUploadPdf and receive the DocResponse class or an error message as a response:
Example:
Last updated
Was this helpful?