Class PdfInfo

java.lang.Object
com.dynamicpdf.api.Endpoint
com.dynamicpdf.api.PdfInfo

public class PdfInfo extends Endpoint
Represents the pdf info endpoint.
  • Constructor Details

    • PdfInfo

      public PdfInfo(PdfResource resource)
      Initializes a new instance of the PdfInfo class.
      Parameters:
      resource - The resource of type PdfResource.
  • Method Details

    • process

      public PdfInfoResponse process()
      Process the pdf resource to get pdf's information. Returns collection of PdfInfoResponse as multithreading tasks Task.
    • processAsync

      public CompletableFuture<PdfInfoResponse> processAsync()
      Process the pdf resource to get pdf's information.
      Returns:
      collection of PdfInfoResponse as multithreading tasks CompletableFuture.