Formulare, Essensbestellungen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user