Adobe Reader is not suitable for printing PDF files using a batch file because it remains open after the print is done and there is no simple, safe & reliable mechanism to close it. Instead use Ghostscript commandline as shown below:
gswin32c -dPrinted -dBATCH -dNOPAUSE -dNOSAFER -q -dNumCopies=1 "C:\test.pdf"
*Must be a recent version of Ghostscript, e.g. 9.x
Wednesday, August 13, 2014
Sunday, August 3, 2014
GParted does not start in LXQt
Symptom: Clicking on GParted launcher has no effect. Log /var/log/messages shows:
The value for environment variable TERM contains suscipious content ...The cause was having set the TERM variable using LXQt Session Settings, Default Applications, Terminal Emulation to /usr/bin/lxterm. Changing back to xterm and logging out-in fixed the issue.
Subscribe to:
Posts (Atom)