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

How to get the Current PDF Processor Name

Chandran
Registered: Mar 12 2008
Posts: 58
Answered

Hi,

I have created an Interactive form for approval process,
The form will be sent to first person for approval, on his approval, the form will be again moved to next person for second approval.

The thing is i want to capture the User name along with time and date of approval, i can get the time, but kindly help me how to get the user name (windows user name) who is currently processing the form.

Thanks and Regards,
Chandran S

My Product Information:
LiveCycle Designer, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
The 'signatureinfo' in Acrobat JavaScript has the 'name' property that will provide the name of the signor and the date and time signed from a signature field.

George Kaiser

Chandran
Registered: Mar 12 2008
Posts: 58
Hi gkaiseril ,

In my form i am not using any signature field. With out that is that any possiblilty of getting the current processor name.

Thanks & Regards,
Chandran S
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
The only other option is to use the 'identity' object, but the only required property is the 'loginName' and the 'name' property is optional and is entered or changed through the editing of the applications preferences, so it could easily be changed and thus is unreliable. Since you will need to install a folder level JavaScript to capture the identity object upon initialization of Acrobat/Reader.

George Kaiser

Chandran
Registered: Mar 12 2008
Posts: 58
Hi gkaiseril,

Thank you very much for your immediate valuable suggestion...............

Thanks & Regards,
Chandran S