Hello, This is a javascript/workflow question.
Is it possible to create a global script that will fill the metadata properties automagically?
We are a paperless office and work with tens of thousands of documents. I successfully wrote and deployed a batch program to set all the metadata properties for all of our legacy documents on our file server.
Now that the legacy documents are taken care of, how can we continue the metadata properties with all new documents in an easy fashion?
We follow strict naming conventions for all of our files. (e.g. [Lastname, Firstname 00-BBB DescriptionOfDocument 022608])
We really want to be able to either... 1.) Fill in the document metatdata and have a global script to automagically name the file on save -or- ... 2.) Fill the metadata properties from the filename on save.
Option #2 seems to be the best and easiest in a workflow sense because the userbase already intuitively name the documents.
ANY help or ideas would be appreciated.
Thanks!
Take a look at : http://www.windjack.com/products/acrobuttons.php
and these articles:
General Folder level Scripts:
http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/folder_level_scripts/
For creating a toolbar button:
http://www.acrobatusers.com/tutorials/2007/10/apply_security_with_js/
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script