Posted: Wed Dec 03, 2008 8:32 pm by Support
PRINT DOCUMENT command works on the server. There is no way to invoke CLIENT's printing from the server. There is no technology to do that.
There is technology to silent print PDF document via command line.
Verypdf& Foxit PDF Reader have this feature.
You'd have to map network printer (printer attached to the client PC) on the Aware Server machine and using a AIM process and EXECUTE PROGRAM eg.
EXECUTE PROGRAM 'C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe' /t 'c:\docs\myDocument.pdf' \\192.168.0.1\myPrinter-Name'
This should print the PDF directly on the client's printer (myPrinter-Name) without displaying any dialog.
For multiple clients in LAN environment, the tricky part would be identifying which printer to send the document to.
Has anyone attempted to implement silent printing a PDF on a client PC?