I have a java program which runs as a windows service. It monitors a folder and print any PDF document inside the folder with command
<foxit reader path> /t <document path> <printer name>
e.g.
<foxit reader path> /t <document path> <printer name>
e.g.
Comment