File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- set VERSION = Release1.1.2
2+ set VERSION = Release1.1.3
33title [启动中...]Reine Print [%VERSION% ]
44echo Reine Print
55echo 开发:琴梨梨
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ cd %~dp0
66set /p backend = < ..\..\config\pdf-backend
77if %backend% == Acrobat goto Acroprint
88echo Printing file: %*
9- PDFtoPrinter.exe ..\..\pending\%*
9+ echo Pre depass file...
10+ ..\caj\mutool.exe clean -D ..\..\pending\%* temp.pdf
11+ PDFtoPrinter.exe temp.pdf
12+ del /f /s /q temp.pdf
1013exit %ERRORLEVEL%
1114
1215
@@ -16,7 +19,10 @@ if not exist acrobat.location goto find
1619:return
1720for /f " delims=" %%a in ('type acrobat.location') do set acrobat = %%a
1821echo Printing file: %*
19- %acrobat% /n /t ..\..\pending\%*
22+ echo Pre depass file...
23+ ..\caj\mutool.exe clean -D ..\..\pending\%* temp.pdf
24+ %acrobat% /n /t temp.pdf
25+ del /f /s /q temp.pdf
2026exit %ERRORLEVEL%
2127
2228:find
You can’t perform that action at this time.
0 commit comments