From ec876ca51858df879b95feff0d61458382f594d2 Mon Sep 17 00:00:00 2001 From: pitzm Date: Fri, 2 Feb 2024 10:13:57 +0100 Subject: [PATCH] Zugferd Interface: Warnings bearbeitet --- Interfaces/ZUGFeRDInterface/PDFEmbeds.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb b/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb index f11deaf7..00b41c33 100644 --- a/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb +++ b/Interfaces/ZUGFeRDInterface/PDFEmbeds.vb @@ -149,6 +149,7 @@ Public Class PDFEmbeds GDPicturePDF.DeleteEmbeddedFile(0) End While + Return True End Function Private Function DoExtract(GDPicturePDF As GdPicturePDF, pExtensions As List(Of String)) As List(Of EmbeddedFile)