Use the addField method to insert the field. See my first reply here on how to do it: http://acrobatusers.com/forum/forms-acrobat/batch-process-form-field#comment-75148
You can use the Date object to create a unique identifier, by setting the field's value like so: f.value = new Date().getTime();
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
http://acrobatusers.com/forum/forms-acrobat/batch-process-form-field#comment-75148
You can use the Date object to create a unique identifier, by setting the field's value like so:
f.value = new Date().getTime();
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com