Does anyone have a PowerShell script which change the paper source on a Canon Image Runner Advance?
I came across this Powershell script on the web, which does a good job of printing out PDFs:Start-Process -FilePath "C:\Users\Test\Documents\Listing.pdf” –Verb Print -PassThru | %{sleep 10;$_} | killStart-Process -FilePath “C:\Users\Test\Documents\Sc...