Good evening to All,
I have a company requirement that I need to accomplish and to be honest I'm running out of ideas.
We have adobe and we would like to automate several processes we currently have by using adobe forms. Now, I got a LiveCycle Designer ES2 license also, I'm using Adobe 9 Pro Extended.
Bottom line, we would like to have a submit button on a series of PDF forms in order for the user to click on them once they finished and, the form will be send out accross the network to an HR depository file server.
I've been digging for info and I was able to find the following,
-How do safe a PDF with JavaScript (http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript)
-Using Trusted Functions (http://acrobatusers.com/tutorials/2008/10/using_trusted_functions)
-Entering Folder level Scripts (http://acrobatusers.com/tutorials/2006/folder_level_scripts/)
My problem is that I try to test the examples the articles have but I'm unable to get it right. I follow all the instructions but I get nothing in return.
From the docs, I was able to understand that we need a trusted medium in order to run previlieged functions, I tried to create the config.js inside the "C:/Document and Settings/me/application_Data/Adobe/Acrobat/Adobe 8 or 9/" also, I included inside my JavaScript function the requirements in order to convert the function in privilieged (app.trustedFunction, app.beginPriv() and app.endPriv()) but I'm still unable to get it right. based on the articles I can add options to the Adobe toolbar but I don't see any changes after following the instructions.
Have something changed with Adobe9? Am I missing anything outside the articles I have found? Some light please!
Have you opened the JS console in Acrobat to see if there is any errors or messages?
George Kaiser