To print to a network with /t command line utility, it’s required to specify the full path for the printer.
If your printer is connected via TCP/IP or hostname, use the following parameters:
"Foxit Reader.exe" /t "FileName" "PrinterName"
Example:
"C:\Program Files (x86)\Foxit Software\Foxit Reader\FoxitReader.exe" /t "C:\test.pdf" "HP Universal Printing PCL 6 (v5.7.0)"
If your printer is a shared printer by name, use the following command line:
"Foxit Reader.exe" /t "FileName" "\IPPrinterName"
Example:
"C:\Program Files (x86)\Foxit Software\Foxit Reader\FoxitReader.exe" /t "C:\test.pdf" "\192.168.1.149\HP Universal Printing PCL 6 (v5.7.0)"
You can check the Printer Name from Foxit Reader Print dialog box to determine which command line option shall be used.