After a migration from win7 from win10, my team do not know how to
execute the script anymore. Here is the script I want to execute, it
should append another PDF to the end of document and send a mail (I did
not write it) : https://justpaste.it/61gxj .From what I understand from
google, I have to put this script in
C:\Users\UserName\AppData\Roaming\Adobe\Acrobat\Privileged\10.0\JavaScripts
to be able to execute trusted methods/functions. Then, how do I actually
use this function ? Is the path co...