This commit is contained in:
Developer01 2025-01-22 07:57:37 +01:00
parent ccba559f73
commit 954df832ed

View File

@ -69,7 +69,8 @@ Public Class PDFEmbeds
Public Function Extract(Stream As Stream, AllowedExtensions As List(Of String)) As List(Of EmbeddedFile) Public Function Extract(Stream As Stream, AllowedExtensions As List(Of String)) As List(Of EmbeddedFile)
Dim oResults As New List(Of EmbeddedFile) Dim oResults As New List(Of EmbeddedFile)
Dim oExtensions = AllowedExtensions.Select(Function(ext) ext.ToUpper).ToList() 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") Logger.Debug("Extracting embedded files from stream")
Try Try