Re: How can I get the count of these menu items?
Re: How can I get the count of these menu items?
- Subject: Re: How can I get the count of these menu items?
- From: Yvan KOENIG <email@hidden>
- Date: Mon, 20 Jul 2015 11:28:22 +0200
Hello Brian
Edit the beginning of your script this way :
use framework "Foundation" use framework "Quartz" use scripting additions # ADDED
property countOfPages : 10
my processFile()
on processFile() using terms from scripting additions # ADDED set aFile to choose file with prompt "Please choose a .pdf file." of type {"pdf"} without invisibles
set posixPath to POSIX path of aFile end using terms from # ADDED
and it will work.
Yvan KOENIG (VALLAURIS, France) lundi 20 juillet 2015 11:28:18
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden