I am trying to setup a SAVE button on a form that would save the active form in a specified directory using one of the form fields (job number being unique). So what I need is to save something like this
form field job_number = 12345
//networkdrive/pdffolder/12345.pdf
To quote the _javascript_ guide:
This method can only be executed during batch, console, or menu events.
See the Event Object for a discussion of Acrobat _javascript_ events.
If you have access to the end user's systems, you could write an application level _javascript_ to add a new menu which could save the file. You'd then call the menu with the button.
If you don't have access to the end user's systems, I don't know how you could do this....
Cliff
To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
