Package com.dynamicpdf.api
Class PdfInfo
java.lang.Object
com.dynamicpdf.api.Endpoint
com.dynamicpdf.api.PdfInfo
Represents the pdf info endpoint.
-
Constructor Summary
ConstructorsConstructorDescriptionPdfInfo(PdfResource resource)Initializes a new instance of thePdfInfoclass. -
Method Summary
Modifier and TypeMethodDescriptionprocess()Process the pdf resource to get pdf's information.Process the pdf resource to get pdf's information.Methods inherited from class com.dynamicpdf.api.Endpoint
createRequestSpecification, getApiKey, getBaseUrl, getDefaultApiKey, getDefaultBaseUrl, setApiKey, setBaseUrl, setDefaultApiKey, setDefaultBaseUrl
-
Constructor Details
-
PdfInfo
Initializes a new instance of thePdfInfoclass.- Parameters:
resource- The resource of typePdfResource.
-
-
Method Details
-
process
Process the pdf resource to get pdf's information. Returns collection ofPdfInfoResponseas multithreading tasksTask. -
processAsync
Process the pdf resource to get pdf's information.- Returns:
- collection of
PdfInfoResponseas multithreading tasksCompletableFuture.
-