Package com.pdfgate

Class ExtractPdfFormDataParams

java.lang.Object
com.pdfgate.ExtractPdfFormDataParams

public final class ExtractPdfFormDataParams extends Object
Parameters for extracting PDF form data from an already uploaded document by ID.

Provide documentId. The response is always JSON.

  • Method Details

    • builder

      public static ExtractPdfFormDataParams.Builder builder()
      Creates a new builder for extract PDF form data parameters.
      Returns:
      the builder for extract PDF form data parameters.
    • getDocumentId

      public String getDocumentId()
      Returns the document ID if extracting by document ID.
      Returns:
      the document ID if extracting by document ID.