These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

unable to exportdata in javascript

robman
Registered: Sep 18 2007
Posts: 25

I want to export form data after user fill the form.
I certificat this form document, and "ExportData" can work fine in my Adobe Acrobat Profession, but it can not work in Adobe reader. when I click "export" button, throw a javascript error:
NotAllowedError:Security settings prevent access to his property or method.
wether the reader not support export data function?

gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
As the Acrobat JS API refernce states, you must have extended rights enabled for Reader before one can use any of the export metods. It also states that when using version 6 or above, there are additional security restrictions that have to be programmed around by using the privileged and trusted functions.

George Kaiser