We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db4201 commit d61b997Copy full SHA for d61b997
lib/SkiSys.GS_Converter.pas
@@ -367,7 +367,7 @@ function TGS_PdfConverter.Print(const InFiles: array of string;
367
// set the printer device for windows
368
if (Params.Device <> DEVICES_PRINTERS[MSWindowsPrinter]) then
369
Params.Device := DEVICES_PRINTERS[MSWindowsPrinter];
370
- if (PrinterName.StartsWith('%printer%')) then
+ if (not PrinterName.StartsWith('%printer%')) then
371
Params.OutputFile := '%printer%' + Printername
372
else
373
Params.OutputFile := Printername;
0 commit comments