chat, essenebstellungen, vollmachten (gültig bis), bugfix laden bei sendungsdetails kunden (fehlermeldung), sprache bei verzollungsunterlagen BAR, Rechung an Atilla
This commit is contained in:
@@ -1428,11 +1428,16 @@ Public Class cFormularManager
|
||||
|
||||
If doc IsNot Nothing Then
|
||||
doc.PageSettings.Size = Spire.Pdf.PdfPageSize.A4
|
||||
doc.SaveToFile(targetPath)
|
||||
If targetPath.EndsWith(".pdf") Then
|
||||
doc.SaveToFile(targetPath)
|
||||
Else
|
||||
doc.SaveToFile(targetPath & "\" & filename)
|
||||
End If
|
||||
|
||||
If openFileAfterDownload Then
|
||||
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
End Using
|
||||
End Using
|
||||
|
||||
|
||||
Reference in New Issue
Block a user