Expand my Community achievements bar.

Open "Attach file" dialog by scripting

Avatar

Former Community Member
Hi,

Is it posible to open the "Attach file dialog" by scripting?



Thanks in advance, Oliver
3 Replies

Avatar

Former Community Member
Hello,

It is possible by using Acrobat scripting API.

You can do it by the following code:

event.target.importDataObject("name");

Avatar

Former Community Member
BTW,

Can I restrict the access to my attachment by scripting?