Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Eva #1
Find text in pdf with javascript
Hi,
I have installated Acrobat Reader 6.0 on a W2K. Search plug-in is
installed too.
I want to create a javaScript function to find a word (locates cursor
on a text) when I open a pdf.
I've tried it with :
var command = "Search";
if (app.viewerVersion == 6) command = "Find";
app.execMenuItem(command);
and with
search.query("my word");
but they doesn´t work.
If I write
var command = "Search";
if (app.viewerVersion > 5) command = "Find";
app.execMenuItem(command);
i get an error.
what can i do what i want?
Thanks in advanced
Eva Guest
-
Find text in pdf file
How to find text in Pdf files using VB & then open & go to the page related and highlight the text searched ? -
Find/Replace text
Using Indesign CS on Mac at work to create several large product catalogs - found that one of our price codes (in a text box under each product photo... -
output text in control location; calling control javascript from page javascript
Hi; If you don't know, I'm just learning javascript and aspnet, but I have a pretty good grounding in windows programming. I'm trying to build a... -
can't find new javascript syntax
I have downloaded the demo for director mx and I can't seem to find any documentation for the new javascript syntax for director mx. Can anyone tell... -
Find what checkbox is checked in javascript
I have to sets of checkboxes. The second is to delete the row. So when I click that checkbox I want to add it to an array. I also need to take it...



Reply With Quote

