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

Title metadata in Designer

bbowden
Registered: May 28 2007
Posts: 2

We have created forms using Adobe Designer 7 but we cannot set the title metadata. When we try to add this in Acrobat Professional 7, the field is locked. Our site search depends on this title field being present.

My Product Information:
Acrobat Pro 7.0.0, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
In both Acrobat 7 and Acrobat 8 the document metadata can be set with JavaScript. For Example, the document title is set with:

this.info.title = "My Title";

Run this code from the console window.

[url=http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/javascript_console/]http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/javascript_console/[/url]

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

thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Also take a look at this article on Manipulating metadata from JavaScript

[url=http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/get_set_metadata/]http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/get_set_metadata/[/url]

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