Speicherung der PDFs auf C:\VeragTMP\USER_ gelegt

This commit is contained in:
2023-10-04 17:10:53 +02:00
parent 28c8fe05cc
commit c9e40c5d51
2 changed files with 3 additions and 2 deletions

View File

@@ -1354,9 +1354,10 @@ Public Class cFormularManager
doc.PageSettings.Orientation = Spire.Pdf.PdfPageOrientation.Landscape
doc.PrintSettings.SelectSinglePageLayout(PdfSinglePageScalingMode.FitSize, True)
' doc.PrinterName = printerName
' doc.PrintDocument.Print()
doc.SaveToFile(targetPath)
End If