Previous | Next | (P-PDF) JavaScript
Topic: add a button to an opened pdf document using javascript
Conf: (P-PDF) JavaScript, Msg: 157379
From: gkaiseril
Date: 1/10/2007 07:48 AM
Programing interactive forms with Acrobat requires one check the authoring version of Acrobat for the form and the users' product and version. For example, a full version of Acrobat can dynamically add form fields and add JavaScript to field actions but Reader can not process the same statements. But one can change the properties of a field like show/hide and one can provide a character string that can be the value of variable or another field to the "submitFomr()" method. This means it is possible to have a submit button within a PDF form and dynamically supply the URL address as to where the form data is to be exported to.