Upon opening the page, create a full list of all menu item names in Acrobat. | |
Define two layers for English or German contents and hide or show them via form field buttons. | |
Create four form fields of type "checkbox". | |
Create a form field of type "combobox" for choosing an item from a list or changing an existing item. | |
Create a form field of type "listbox" for choosing an item from a list. | |
Create a form field of type "textfield" for entering multiline text. | |
Create two form fields of type "pushbutton" for executing the "Print" and "Save As" commands. | |
Create a field group with three form fields of type "radiobutton". | |
Define the position of each form field in the tab order, i.e. when the user presses the "Tab" key. | |
Fill a form text field with a value using JavaScript. | |
Determine the height of a form field of type "textfield" with respect to the font size and vice versa. | |
Check if the date entered in a form field of type "textfield" has been formatted correctly. | |
Format the data entered in a form field of type "textfield" according to the rules defined. | |
Specify the layout of a form field of type "textfield" for displaying a date. | |
Demonstrate all possibilities to trigger a JavaScript action from a form field. | |
Demonstrate the use of a movie annotation in PDF. | |
Demonstrate all possibilities to trigger a JavaScript action (except of form fields). | |
On images and text lines, create links to open PDF files or Web pages or execute a JavaScript. | |
Create bookmarks which are nested in several levels. |