Package com.pdfgate

Class ExtractPdfFormDataParams.Builder

java.lang.Object
com.pdfgate.ExtractPdfFormDataParams.Builder
Enclosing class:
ExtractPdfFormDataParams

public static final class ExtractPdfFormDataParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
      Creates a builder for extract PDF form data parameters.
  • Method Details

    • documentId

      public ExtractPdfFormDataParams.Builder documentId(String documentId)
      Sets the document ID for extraction.
      Parameters:
      documentId - the document ID.
      Returns:
      this builder.
    • build

      public ExtractPdfFormDataParams build()
      Builds the extract PDF form data parameters.
      Returns:
      the extract PDF form data parameters.