Package org.emau.icmvc.ganimed.ttp.cm2
Interface PdfGenerationService
public interface PdfGenerationService
-
Method Summary
Modifier and TypeMethodDescriptiongeneratePdf
(String url) Generates base64 pdforg.openqa.selenium.chrome.ChromeDriver
boolean
preparePdfForConsent
(ConsentDTO consentDTO, String internalWebUrl) preparePdfForTemplates
(List<ConsentTemplateKeyDTO> templates, boolean includeQrCode, String internalWebUrl)
-
Method Details
-
getDriver
-
preparePdfForConsent
String preparePdfForConsent(ConsentDTO consentDTO, String internalWebUrl) throws InvalidConfigurationException - Throws:
InvalidConfigurationException
-
preparePdfForTemplates
String preparePdfForTemplates(List<ConsentTemplateKeyDTO> templates, boolean includeQrCode, String internalWebUrl) throws InvalidConfigurationException - Throws:
InvalidConfigurationException
-
generatePdf
Generates base64 pdf- Parameters:
url
-- Returns:
- Throws:
org.openqa.selenium.remote.NoSuchDriverException
-
getJob
-
hasJob
-