up vote 0 down vote favorite
share [g+] share [fb]

In order to use my latex editor more efficiently, I'd like to know the command line syntax for forward search in Adobe Acrobat reader for windows. Haven't found any documentation on this so far.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

This should do the trick:

AcroRd32.exe /A "search=pdf" C:\path\to\file.pdf

This will search forward for the string pdf inside file.pdf. Ensure you have the directory of AcroRd32.exe in your PATH environment variable, or you are situated in that directory from command prompt when you run the command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.