Class PdfTestScenarioServices


  • public class PdfTestScenarioServices
    extends Object
    • Constructor Detail

      • PdfTestScenarioServices

        public PdfTestScenarioServices()
    • Method Detail

      • writeScenario

        public void writeScenario​(File sessionFolder,
                                  Scenario scenario)
                           throws com.fasterxml.jackson.core.JsonGenerationException,
                                  com.fasterxml.jackson.databind.JsonMappingException,
                                  IOException
        Throws:
        com.fasterxml.jackson.core.JsonGenerationException
        com.fasterxml.jackson.databind.JsonMappingException
        IOException
      • getPdfFile

        public File getPdfFile​(File sessionDir)
      • getPdfPageAsImage

        public File getPdfPageAsImage​(File sessionDir,
                                      int pageId)
      • getPdfPagesAsImage

        public List<File> getPdfPagesAsImage​(File sessionDir)