Hi,Would some body help me w/ this error?NotAllowedError: Security settings prevent access to this property or method.From these scriptsdoc = app.openDoc({ cPath: "/c/temp/doc1/doc1.pdf" })aFiles = new Array( "doc2.jpg","doc3.pdf");for (var i=0; i<aFiles.length; i++){ newDoc = app.openDoc({ oDoc:...