I need to determine if there are command line parameters or switches to pass to Window's PDF reader App that would allow me to open a PDF to a specific page. I have a x86 database application that allows me to run command line scripts. The user presses a button which then opens a PDF to a specific page depending on the button pressed. Since the PDF reader App does not use an exe, I am not sure how to do this. I know I can install Adobe Reader and use a command line like
AcroRD32.exe /A "page=10" PDF file
but I would rather use Window's PDF App. Does anyone know if this is possible? Thanks in advance.
AcroRD32.exe /A "page=10" PDF file
but I would rather use Window's PDF App. Does anyone know if this is possible? Thanks in advance.