Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

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?