Previous | Next | (P-PDF) Developers
Topic: Open PDF to specific page via command line?
Conf: (P-PDF) Developers, Msg: 32542
From: george
Date: 1/10/2002 07:45 AM
> Is it possible to launch Acrobat with a command line
> switch to force it to open to a specific page?
No. But on Windows you can use DDE to open a PDF and jump to a named destination or page number. This means you could build a standalone application that accepts command line arguments and does the job of communicating via DDE with Acrobat to acomplish what you want. More information is in the IAC documentation in the Acrobat SDK.
George