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

Problem with Search bar PDF document

New Here ,
Jun 04, 2023 Jun 04, 2023

Copy link to clipboard

Copied

Hello, I've created a search bar in Adobe Acrobat using the method in the video below 

https://www.youtube.com/watch?v=wogu8TNUJ8I&ab_channel=BrandonBoas

 

and used this Java code included in the video

 

var textToSearch = this.getField("Search Term").valueAsString; if (textToSearch!="") search.query(textToSearch, "ActiveDoc");

 

However, my document is in Arabic Language and when I search a word in Arabic it doesnt show and instead turns into dots in the search bar... and it works comletely fine with English words..

 

1.png2.png3.png

 

Does anyone know how to fix this issue? Is there a way to make it recognize Arabic language using Java ?

 

Thanks in advance!

TOPICS
Activation billing and install , Bug , EPUB , How to , Scripting

Views

91

Translate

Translate

Report

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 ,
Jun 04, 2023 Jun 04, 2023

Copy link to clipboard

Copied

LATEST

Ask in the Acrobat forum. This certainly can't be done in InDesign and keep in mind, with the number of third party PDF readers out there, adding things like this to a PDF is crapshoot.

Votes

Translate

Translate

Report

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