Configuring process to take hard copy print of web page or any file

Use following activity to take print of any file on one machine

  1. Using Windows Automation or Powershell activity to send following command to command propmt

print /d:\\copyroom\myprinter c:\finance\report.xlsx

Here copyroom\myprinter is my printer address and c:\finance\report.xlsx is my report path

  1. For getting print of a webpage use Execute Java Script activity and type in command print()
    Print window will appear and then you can use Windows Automation to configure the print window