Package com.pdfgate
Class ExtractPdfFormDataParams
java.lang.Object
com.pdfgate.ExtractPdfFormDataParams
Parameters for extracting PDF form data from an already uploaded document by ID.
Provide documentId. The response is always JSON.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for extract PDF form data parameters.Returns the document ID if extracting by document ID.
-
Method Details
-
builder
Creates a new builder for extract PDF form data parameters.- Returns:
- the builder for extract PDF form data parameters.
-
getDocumentId
Returns the document ID if extracting by document ID.- Returns:
- the document ID if extracting by document ID.
-