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