From 6ab7019457ffb9fc43600e660270ed7c77f31029 Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Thu, 4 May 2023 13:12:57 +0200 Subject: [PATCH] License message: added link to license configuration --- Source/QuestPDF/Drawing/DocumentGenerator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/QuestPDF/Drawing/DocumentGenerator.cs b/Source/QuestPDF/Drawing/DocumentGenerator.cs index 3e553bb..2e45706 100644 --- a/Source/QuestPDF/Drawing/DocumentGenerator.cs +++ b/Source/QuestPDF/Drawing/DocumentGenerator.cs @@ -75,7 +75,8 @@ namespace QuestPDF.Drawing $"The library does not require any license key. " + $"We trust our users, and therefore the process is simple. " + $"To disable license validation and turn off this exception, please configure an eligible license using the QuestPDF.Settings.License API, for example: {newParagraph}" + - $"\"QuestPDF.Settings.License = LicenseType.Community;\". {newParagraph}"; + $"\"QuestPDF.Settings.License = LicenseType.Community;\". {newParagraph}" + + $"Learn more on: https://www.questpdf.com/license-configuration.html"; throw new Exception(exceptionMessage) {