Link to home
Start Free TrialLog in
Avatar of mumbing167
mumbing167

asked on

How to do javascript program in Acrobat/PDF file?

I need help. I have a project need to write some logic on the pdf form, such as if user check the checkbox, it will disable some text field. I know there is a javascript for acrobat. But how can I do it? Can anyone give me the useful link or info for it. Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Jose Parrot
Jose Parrot
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Davidshc76
Davidshc76

In the MouseUp action of the checkbox, if the checkbox is ON (i.e. whatever its export value is) then change the display property of the text field to be visible.If the checkbox is OFF, make the field hidden

Please refer to link below for more detail...
Useful link :- http://www.planetpdf.com