Class PdfXmp


public class PdfXmp extends Endpoint
Represents the pdf xmp endpoint.
  • Constructor Details

    • PdfXmp

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

    • process

      public XmlResponse process()
      Process the pdf resource to get pdf's xmp data.

      XmlResponse

      Returns:
      Xml Response
    • processAsync

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