I am trying to print a document via command line. From my own machine, this works perfectly:
"c:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "\\app01\Doctors Orders\DO-57195-55516.pdf" AuthDirect
However, if I do the same thing from the machine that will be automating this process (from command line), the document is scaled to like 1000%! (Only one page is printed, but basically it's scaled to the size of about 1 alpha character per page.)
I've tried setting the print option of Scale to none by opening Foxit, changing the setting and printing it, manually.
"c:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "\\app01\Doctors Orders\DO-57195-55516.pdf" AuthDirect
However, if I do the same thing from the machine that will be automating this process (from command line), the document is scaled to like 1000%! (Only one page is printed, but basically it's scaled to the size of about 1 alpha character per page.)
I've tried setting the print option of Scale to none by opening Foxit, changing the setting and printing it, manually.
Comment