Answered
I have a form created with Acrobat Pro 9 that uses a trusted function in a folder level script that performs importTextData with a button click. It works fine until I Extend Features in Adobe Reader. Then it receives this error:
NotAllowedError: Security settings prevent access to this property or method.
Doc.importTextData:7:Field
ImportPtDemos:Mouse Up
Is there a way to make this work after Extending Features in Reader? It doesn't work in either Reader or Pro, and it would sure be nice if it could at least work in Pro.
If you had the LiveCycle ES Rights server you could apply Import/Export rights. This is the only way.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script