Ask a Question related to Adobe Acrobat Macintosh, Design and Development.
-
chidambaram@adobeforums.com #1
how to execute create PDF menu item
hi all,
I need to bind two pdf files.
I did that by using File->Create PDF->From Multiple Files option.
I want to automate this work using javascript.
How can i do this?
How can i execute the menu item Create PDF?
Thanks in advance and urgent please....
chidambaram@adobeforums.com Guest
-
Executing a Menu Item using OLE in C++
Hi there, What I would like to do is control and execute various menu items such as the Movie Tool, 3D Tool, and TouchUpObject Tool from my... -
create new sub-menu item....how???
Hi, I have a site created with Dreamweaver templates. I can create a new page from a template but i want to make the page a sub-menu page. For... -
How get root item in menu bar
in all of my applications with a menu bar, the MenuEvent.CHANGE event fires every time you click on a menu item, be it a top level, a leaf level, or... -
Add new Item on Pop Up Menu
Hi, It is possible to add new items in contextual menu. You will need to use the function AVAppRegisterForContextMenuAddition. You can report... -
'Copy project' menu item
Hi. Is it possible to use the Copy Project window to copy my project files to a machine on a different network? From my development machine I... -
Aandi_Inston@adobeforums.com #2
how to execute create PDF menu item
>How can i execute the menu item Create PDF?
I do not see how that would really help, since that menu item will
just display a dialog box.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
chidambaram@adobeforums.com #3
Re: how to execute create PDF menu item
Thanks for reply..
Two PDFs are binded using that menu item only.
I want to automate that.
how can i do that in another way?
chidambaram@adobeforums.com Guest
-
chidambaram@adobeforums.com #4
Re: how to execute create PDF menu item
hi,
I executed that menu item using
app.execMenuItem("NewDocFromFile")
I got that dialog box.
How can i provide values to that dialog box?
chidambaram@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #5
how to execute create PDF menu item
You can't. If a menu item displays a dialog box, then that's what it
does: automation stops.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
chidambaram@adobeforums.com #6
Re: how to execute create PDF menu item
Is it possible in applescript?
chidambaram@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #7
how to execute create PDF menu item
Have you looked at the Interapplication Communication documentation in
the SDK?
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Sabian_Zildjian@adobeforums.com #8
Re: how to execute create PDF menu item
For the Acrobat SDK, no, it is not possible because there is no API to allow developers to do so via AppleScript. Now on to the world of "unsupported".
It "might" and I do stress the word *MIGHT* be possible via AppleScript System Events, but this is in all worlds is a VERY BAD way to do things. It requires that no other applications running in the foreground and if your application loses focus for another applications dialog box (i.e. Adobe Updater, Mac OS X Software Update, etc...) you are, what some might say "hosed" because then your AppleScript no longer can execute properly. Surely NOT something to be used in a production environment.
Sabian
Sabian_Zildjian@adobeforums.com Guest



Reply With Quote

