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

Saving with time/date stamp to a specific filepath

chris_stokes21
Registered: Jun 3 2011
Posts: 2

I'm a complete code novice but I'm completing a large project where I need users to be able to complete a set of forms I have produced and be able to click a button to save to a specific filepath adding the date and time to distinguish the forms.
 
Looking at posts here it seems that may be possible but can anyone provide me with some guidance/code? I would be incredibly in someone's debt.
 
Thanks

My Product Information:
Acrobat Standard 9.0, Windows
JoelGeraci
ExpertTeam
Registered: Aug 17 2006
Posts: 80
Do you have control of the desktops of the people who are filling the form? The SaveAs method is privileged so you'll need to create a trusted function and have that installed as an application level JavaScript.
chris_stokes21
Registered: Jun 3 2011
Posts: 2
I do not have control directly but I can have a script installed on each users machine by the IT department as long as I provide them with my requirements. I'm just not sure what that should look like...?