From 954df832edb5e310925bf5520a74a9a51673c12d Mon Sep 17 00:00:00 2001 From: Developer01 Date: Wed, 22 Jan 2025 07:57:37 +0100 Subject: [PATCH] MS --- Interfaces/ZUGFeRDInterface/PDFEmbeds.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb b/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb index 2bc5ff00..835b2f18 100644 --- a/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb +++ b/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb @@ -69,7 +69,8 @@ Public Class PDFEmbeds Public Function Extract(Stream As Stream, AllowedExtensions As List(Of String)) As List(Of EmbeddedFile) Dim oResults As New List(Of EmbeddedFile) Dim oExtensions = AllowedExtensions.Select(Function(ext) ext.ToUpper).ToList() - + Dim oLicenseManager As New LicenseManager + oLicenseManager.RegisterKEY("LICENSE_KEY") Logger.Debug("Extracting embedded files from stream") Try