Formulare, Essensbestellungen

This commit is contained in:
2025-02-25 14:02:23 +01:00
parent d0e3e811e5
commit aecfcaffe0
2 changed files with 8 additions and 6 deletions

View File

@@ -6586,6 +6586,8 @@ Public Class FormularManagerNEU
If embeddedFiles IsNot Nothing Then
Dim filespecs As PdfArray = embeddedFiles.GetAsArray(PdfName.NAMES)
If filespecs Is Nothing Then Return False
For i As Integer = 0 To filespecs.Size - 1 Step 2
' Get the attachment's file specification
Dim fileArray As PdfDictionary = filespecs.GetAsDict(i + 1)