Hi,
I want to open a document and doesn't want the user see the document, I would like this file to be hidden.
var doc = app.openDoc({cPath: atbPath+ "/images.pdf", bHidden: true})
I try the openDoc with the parameter bHidden to true, but it's still open the document that is visible to the user.
Is there something wrong in my code?
Hope this can help.
Max.