Package com.selectpdf

Class WebElementsClient

java.lang.Object
com.selectpdf.ApiClient
com.selectpdf.WebElementsClient

public class WebElementsClient
extends ApiClient
Get the locations of certain web elements. This is retrieved if pdf_web_elements_selectors parameter was set during the initial conversion call and elements were found to match the selectors.
  • Constructor Details

    • WebElementsClient

      public WebElementsClient​(java.lang.String apiKey, java.lang.String jobId)
      Construct the web elements client.
      Parameters:
      apiKey - API Key.
      jobId - Job ID.
  • Method Details

    • getWebElements

      public java.lang.String getWebElements()
      Get the locations of certain web elements. This is retrieved if pdf_web_elements_selectors parameter is set and elements were found to match the selectors.
      Returns:
      List of web elements locations.