|
[Common] LogJobMask=4 LogJobFile=%TEMP%\#U\#P\jobs.csv LogMask=59 LogFile=%TEMP%\debug.csv _ColorUsers=|dieter|jack|daniel| _IsColorUser=$(#(_ColorUsers)I;upper;|;#U;+;|;+;upper;contains)
[ExamplePrinter] Active=1 Action1=Print;ActionCreatePDFWithGS Action2=Print;ActionPrintManyPages;$(#Z;1000;>=) Action3=Print;ActionPrintFewPages;$(#Z;1000;<) Action4=Print;ActionFromFile
[ActionCreatePDFWithGS] Active=1 ; a postscript printer Printer=Ghostscript PDF ; temporary postscript file Save2File=%TEMP%\#P_#C.ps ; create color PDF even for b/w printmulti printers Color=1 Execute=yes ; no visible window ExecuteFlags=0x08000000 ExecuteCmd=cscript "%PM_INSTALLPATH%\PDFCreation\gscreatepdf.vbs" "#G" "%TEMP%\#K_#C_#U.pdf" !GS_PDFMODE=PDF/A
[ActionPrintManyPages] Active=1 Printer=FastPrinter ; example: donât print the last page. For one page donât print at all LastPage=$(#Z;1;-) Color=$(#(Common._IsColorUser)I;1;0;?)
[ActionPrintFewPages] Active=1 Printer=SlowPrinter
[ActionFromFile] Active=1 Printer=FastPrinter Devmode1=%TEMP%\FastPrinterDevmode
|