How can I open a PDF file and enter a word in the Find field from the command line?


hi,

i want use pdf file file of program.

i have found somewhere incomplete description of command line parameters of acrobat reader.

it described how open file , jump given page.

i have written following batch file based on that.

rem open pdf (prm1) acrobat reader @ given page (prm2)

"%adobe_rdr%\acrord32.exe" /n "zoom=73&page=%2=openactions" %1


the following batch file opens search dialog:

rem open pdf (prm1) acrobat reader

rem , search (prm2)

"%adobe_rdr%\acrord32.exe" /n "zoom=73&navpanes=1=openactions&search=%2" %1

 

i need simple find field instead of complicated search window.

 

regards

               ferenc

not possible.



More discussions in Acrobat Reader


adobe

Comments