


Hi experts
i just want to close the currnet pdf file using javascript in livecycle designer. I am using Acrobat 9 pro livecycle 8.2
Can anyone suggest me.
Thanks in advance
Regards
arul
Views
Replies
Sign in to like this content
Total Likes
Place the following code in the click event of the button.
Use javaScript as language.
app.execMenuItem("close");
Thanks
Srini
Views
Replies
Sign in to like this content
Total Likes
Hi,
You could use the code
event.target.closeDoc();
If the form is in Acrobat, the user will be asked if they wish to save it.
If the form is in Reader and the form has been reader extended to allow the Save right, they will also be asked if they wish to save
Otherwise the form will just close.
Hope this helps
Malcolm
Views
Replies
Sign in to like this content
Total Likes