Prompt / Alert adding fields.
adobe acrobat xi
i have limited space on pdf form. @ point need force user make choice of 3 options before proceeding. figured prompt or alert ideal way so, can not seem add fields, radio buttons, check boxes, etc in same way typical web page would.
perhaps still little inexperienced acrobat xi are there commands manipulate prompt , alerts on pdf? , if can find these commands.
you can use javascript:
app.alert: http://livedocs.adobe.com/acrobat_sdk/9.1/acrobat9_1_htmlhelp/js_api_acrojs.88.135.html
app.response: http://livedocs.adobe.com/acrobat_sdk/9.1/acrobat9_1_htmlhelp/js_api_acrojs.88.164.html
you can create complicated custom dialogs: http://livedocs.adobe.com/acrobat_sdk/9.1/acrobat9_1_htmlhelp/js_api_acrojs.88.142.html
you can create pop menus:
http://livedocs.adobe.com/acrobat_sdk/9.1/acrobat9_1_htmlhelp/js_api_acrojs.88.161.html
http://livedocs.adobe.com/acrobat_sdk/9.1/acrobat9_1_htmlhelp/js_api_acrojs.88.162.html
More discussions in PDF Forms
adobe
Comments
Post a Comment