

It's for version 7 but all the arguments I tried worked.Īs for closing the file, I think you will need to use the SDK, or if you are opening the file from code you could close the file from code once you have finished with it. you should be able to extract using this sample command line. The best list of command line args for Adobe Reader I have found is here. If you download valid Adobe Reader installer executable, for example AcroRdrDC1500720033enUS.exe from. C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe /A "page=149&pagemode=none" "D:\books\MCTS(70-562) ASP.Net 3.5 Development.pdf" /n - Launch a new instance of Reader even if one is already open /s - Dont show the splash screen /o - Dont show the open file dialog /h - Open as a.

I use the following in a batch file to open the book I'm reading to the page I was up to. If you require more than one argument separate them with & To open a PDF at page 100 the follow works /A "page=100" "" Open a PDF file with navigation pane active, zoom out to 50%, and search for and highlight the word "batch": AcroRd32.exe /A "zoom=50&navpanes=1=OpenActions&search=batch" PdfFile

The FAQ notes that the use of the command line switches is unsupported. (It's a PDF document rather than a web page, which I guess is unsurprising in this particular case.) You can find something about this in the Adobe Developer FAQ.
