This commit is contained in:
2024-08-28 17:02:39 +02:00
7 changed files with 641 additions and 542 deletions

View File

@@ -1283,8 +1283,9 @@ Public Class cFormularManager
End If
Next
End If
End If
If printerName = "" Then
If printerName = "" Then
Dim oPS As New System.Drawing.Printing.PrinterSettings
printerName = oPS.PrinterName
For Each sizes In oPS.PaperSizes
@@ -1303,7 +1304,7 @@ Public Class cFormularManager
End If
End If
'Dim docs As Spire.Pdf.PdfDocument() = {New Spire.Pdf.PdfDocument("C:\Users\DEVELOPER1\Desktop\Agrotel.pdf")}
If printerName = "" Then