Script type instead of saving the document starts the script which can proceed any following operation like storage to ERP system.


  • Title - destination title
  • Type - type of scan destination
  • Script - file name of script including the path
  • Arguments - script argument. Scan workflow parameters and file parameters can be used:
    • [filename] - absolute path to scanned document
    • [metadata] - absolute path to metadata of scanned document




🖧🖹

Example

Title: LRP print

Type: Script

Script: C:\windows\system32\lpr.exe

Arguments: -S <printer_IP_address> -P PS [filename] 


Note: LPR needs to enabled in Windows features.



You can also run Powershell Script as well: