Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Ray_Dahl@adobeforums.com #1
JavaScript - How do you add an action to the JavaScript action menu
Greetings,
I'd like to add custom script(s) to the drop down list of actions in Acrobat.
We are creating an app where many authors will be contributing documents to our system and we have a requirement for more advanced scripts and I need the authors to be able to select custom actions as part of the PDF creation process.
Can scripts be added to the drop down?
Should this be handled as some sort of plugin?
Other solutions?
TIA
Ray
Ray_Dahl@adobeforums.com Guest
-
Javascript error with flex-internal?action=history_html
Hello, I made flex application who have no problem when I execute it directly with flex or in a browser. But when I call my mxml page in a frame... -
Can javascript control form action?
Can the action of a form be determined by what is selected in a form? Eg. If I had two radio buttons (Radio 1 & Radio 2). If radio 1 is selected I... -
cfform javascript change action
I am in the process off convertir all my form to cfform and here is my problem : <cfselect name="abc" onChange="document.form1.action='abc.cfm';... -
How to call javascript or action script from CFTREE?
have a very simple and stupid question to ask. Can I call Javascrip from the onchnage in CFTREE tag? Or I have to use Action Script in the... -
Page Action Javascript
Acrobat 5 had a Page Action Javascript (Document > Set Page Action > Page Open). Where in Acrobat 6.0 Professional can I do this? I had some scripts... -
Khye_Kading@adobeforums.com #2
Re: JavaScript - How do you add an action to the JavaScript action menu
I'm not sure if I understand exactly what your needs are. From what I understand you'd want a menu item that would run some sort of javascript on the document. You could do this a menuitem
app.addMenuItem({ cName: "New Javascript", cParent: "Tools", cExec: ""})
and put the code you wanted to execute in the "" on the cExec:.
Sounds like submenus would also be a good fit for you.
Khye
Khye_Kading@adobeforums.com Guest



Reply With Quote

