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

New parameter to "additional criteria" drop down menu in "Advanced Search"

svelasco
Registered: May 8 2007
Posts: 27

I have added a "custom properties" metadata tag called "department" (with our company depts represented there). When doing an "advanced search" the users have to search in "XMP metadata" to search by "department" and this is not always reliable if other xmp metadata is present. How do I add "department" to the drop-down menu of "additional criteria" ? Thank you !

My Product Information:
Acrobat Pro 7.0.9, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You can't. The Advanced search options in Acrobat are what they are.

You can however use JavaScript to create your custom search. Acrobat JavaScript provides access to several the Advanced search parameter. I don't know if this will solve your problem. But it's worth looking up the "Search" object in the Acrobat JavaScript Reference.

You use this object by creating an Acrobat menu or toolbar button that calls a script that sets up and performs a search.

This shortcuts the process of having to manually set up all the advanced search parameters. Makes it a one click operation.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script