Class PdfTextResponse


public class PdfTextResponse extends JsonResponse
Represents the pdf text response.
  • Constructor Details

    • PdfTextResponse

      public PdfTextResponse()
      Initializes a new instance of the PdfTextResponse class.
    • PdfTextResponse

      public PdfTextResponse(String jsonContent)
      Initializes a new instance of the PdfResponse class.
      Parameters:
      jsonContent - The json content
  • Method Details

    • getContent

      public List<PdfContent> getContent()
      Gets the collection of PdfContent.
      Returns:
      The collection of PdfContent.