essensbestellungen
This commit is contained in:
@@ -12,7 +12,7 @@ Imports Spire.Pdf.HtmlConverter
|
||||
Imports System.Threading
|
||||
Imports System.Net
|
||||
Imports Spire.Pdf.Tables
|
||||
|
||||
Imports System.Windows.Forms.VisualStyles
|
||||
|
||||
Public Class cDATENSERVER
|
||||
|
||||
@@ -1374,9 +1374,16 @@ Public Class cFormularManager
|
||||
|
||||
|
||||
|
||||
Public Shared Function getPDFViaSpirePDF_FromURLStream(URL As String, Optional targetPath As String = "", Optional openFileAfterDownload As Boolean = True) As String
|
||||
Public Shared Function getPDFViaSpirePDF_FromURLStream(URL As String, Optional filename As String = "", Optional targetPath As String = "", Optional openFileAfterDownload As Boolean = True) As String
|
||||
Try
|
||||
If targetPath = "" Then targetPath = getTMPPath_PDF()
|
||||
If targetPath = "" Then
|
||||
If filename <> "" Then
|
||||
targetPath = System.IO.Path.GetTempPath() & filename & ".pdf"
|
||||
Else
|
||||
targetPath = getTMPPath_PDF()
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
VERAG_PROG_ALLGEMEIN.cProgramFunctions.spireLoadLicense()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user