createDocFromPdfBase64

Overview

Parameters:

Return:

To create this document we need:

  • set your api token.

  • set your base64.

  • set your signers.

  • set your doc.

  • call the method.

Usage:

Import the relevant components:

import body.doc.DocFromPdfBase64;
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 base64:

Set your signers with the class Signer:

Set your doc with class with the class DocFromPdfBase64:

Call the method createDocFromPdfBase64 and receive the DocResponse class or an error message as a response:

Example:

Last updated

Was this helpful?