Hi
I'm hoping that some of the experts on the forum could help with this please..
On our local shared drive for office based staff - I have created a PDF form, but when a user saves the document can anybody share a javascript that would generate the filename of the document based on the data in a form field within the form which is called 't-reference'
And for this document to be saved in a seperate directory from the original PDF otherwise the master document will be updated and overwritten with content and would confuse multiple users who would be accessing and completing the form.
Many Thanks
- This can only work if the users use a special Save button that you create with a script, not if they use the built-in one.
- For this to work, you will need to install a script on the local machine of each of the users. I'm guessing that since this is an office environment it would be possible, though.
- Also, the folders where the files should be saved have to pre-exist. It's not possible to create them with a script.
Bottom line, I think you should look for a different solution. For example, make the file on the server read-only and force the users to save it elsewhere.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com