PDFlib
PDFlib

Interactive Elements

acrobat_menu_items

Upon opening the page, create a full list of all menu item names in Acrobat.

barcode_field

Create the three types of barcode fields that Acrobat supports.

form_and_layers

Define two layers for English or German contents and hide or show them via form field buttons.

form_checkbox

Create four form fields of type "checkbox".

form_combobox

Create a form field of type "combobox" for choosing an item from a list or changing an existing item.

form_listbox

Create a form field of type "listbox" for choosing an item from a list.

form_multiline_textfield

Create a form field of type "textfield" for entering multiline text.

form_pushbutton

Create two form fields of type "pushbutton" for executing the "Print" and "Save As" commands.

form_radiobutton

Create a field group with three form fields of type "radiobutton".

form_tab_order

Define the position of each form field in the tab order, i.e. when the user presses the "Tab" key.

form_textfield_fill_with_js

Fill a form text field with a value using JavaScript.

form_textfield_height

Determine the height of a form field of type "textfield" with respect to the font size and vice versa.

form_textfield_input_check

Check if the date entered in a form field of type "textfield" has been formatted correctly.

form_textfield_input_format

Format the data entered in a form field of type "textfield" according to the rules defined.

form_textfield_layout

Specify the layout of a form field of type "textfield" for displaying a date.

form_triggers_js_actions

Demonstrate all possibilities to trigger a JavaScript action from a form field.

link_annotations

On images and text lines, create links to open PDF files or Web pages, or to execute a JavaScript.

movie_annotations

Demonstrate the use of a movie annotation in PDF.

nested_bookmarks

Create bookmarks which are nested in several levels.

portfolio_navigator

Package multiple PDF and other documents into a PDF portfolio. Import a custom navigator.

starter_portfolio

Package multiple PDF and other documents into a PDF portfolio.

triggers_for_javascript_actions

Demonstrate all possibilities to trigger a JavaScript action (except of form fields).