Hi,
I have a big problem! I have a Document and in this document there are some buttons. And this buttons should run some Java Script Code. I wrote some following Code:
this.insertPages({
nPage: -1,
cPath: "/C/test.pdf",
nStart: 1,
nEnd: 5
});
I hope the code is clear. All i wanted to do is to add some pages from another PDF per klicking this button.
But when i open the DebugConsole it says:
'NotAllowedError: Security settings prevent access to this property or method.'
Anyone has a workaround?
I have a big problem! I have a Document and in this document there are some buttons. And this buttons should run some Java Script Code. I wrote some following Code:
this.insertPages({
nPage: -1,
cPath: "/C/test.pdf",
nStart: 1,
nEnd: 5
});
I hope the code is clear. All i wanted to do is to add some pages from another PDF per klicking this button.
But when i open the DebugConsole it says:
'NotAllowedError: Security settings prevent access to this property or method.'
Anyone has a workaround?