Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Path names in java script

Status
Not open for further replies.

fawkes

Technical User
Sep 12, 2003
343
GB
I'm having a little trouble writing a path name in java script on a Acrobat 6.0 professional form.

I'm trying the run the doc.exportAsXFDF method and write the following code

Code:
doc.exportAsXFDF(true,false,null,"abcd.xfdf");

The error message I get is

NotAllowedError: Security settings prevent access to this property or method.
Global.exportAsXFDF:16:AcroForm:btnSave:Annot1:MouseDown:Action1

Any help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top