Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Find Tool auto-open

Community Beginner ,
Sep 14, 2021 Sep 14, 2021

Is it possible to lock a preference, speifically the find tool?  I wn find tool automtaiclly opens when the PDF opens? 

 

TOPICS
How to
865
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Sep 14, 2021 Sep 14, 2021

You can do it for an individual file, yes, but not as a general setting.

To do so open the file in Acrobat and go to Tools - JavaScript - Document JavaScripts and add a new item. Let's call it "scripts". Clear all the default code that is created and replace it with the following:

 

app.execMenuItem("Find");

 

Now save the file, close it and then re-open it. The Find dialog should appear automatically.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 14, 2021 Sep 14, 2021

You can do it for an individual file, yes, but not as a general setting.

To do so open the file in Acrobat and go to Tools - JavaScript - Document JavaScripts and add a new item. Let's call it "scripts". Clear all the default code that is created and replace it with the following:

 

app.execMenuItem("Find");

 

Now save the file, close it and then re-open it. The Find dialog should appear automatically.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 15, 2021 Sep 15, 2021
LATEST

Thanks so much, this worked flawlessly!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines