How Can I Print Attachments Within a PDF file from Command Line?
For my organization, we have a lot of .pdf files, each of which contain multiple .pdf files within them as attachments (i.e. one single .pdf file that contains other .pdf files within it). I know I can print a .pdf file with the following command via command prompt.
"C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe" /n /t "filetoprint.pdf" "\\printerserver\printername"
While this will print the .pdf in question, it does not print any attachments within the file "filetoprint.pdf". I've scoured google and these forums, yet I haven't seem to found a switch or anything that would enable me to do this. Does anyone have any suggestions? It needs to be done by command line. I would appreciate any help! Thanks!
~Justin
