Quantcast
Channel: Adobe Community : Unanswered Discussions - Acrobat
Viewing all articles
Browse latest Browse all 73766

Need help: Unable Flatten pages because of Security setting

$
0
0

this is my code in myFunctions.js

 

var myFunctions = app.trustedFunction(function()

{

        app.beginPriv() ;

        this.flattenPages() ;

        app.endPriv() ;

    })

 

and this code in vb

 

app.myFunctions()

 

but I am getting exception as Security settings are failng to flatten pages.

any idea?


Viewing all articles
Browse latest Browse all 73766

Trending Articles