Acrobat scripting2
Acrobat scripting2
- Subject: Acrobat scripting2
- From: "AHMD" <email@hidden>
- Date: Wed, 1 May 2002 00:22:35 +0300
thanks
I get this sample is helpful
I tried like this before I get this email
and become same script
but a problem is :
I have a PDF file of 355 pages, I want to select some words in every page
after 3 lines, but this 3 lines is not contains equal words
like this :
--------------------------
set x to 10
tell application "Acrobat 5.0"
activate
repeat 355 times
select text of AVPageView 1 from words { x , 1}
execute menu item "Copy"
set myCopy to the clipboard
set x to x +20
end repeat
end tell
--------------------------
the x became in defirent place, because the lines before contain a diferent
size
what is the solution
sharif
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.