in acrobat javascript reference: "To use Acrobat JavaScript to search a document’s XMP metadata, set the searchobject’s docXMP property to true, as shown in the following code:
search.docXMP = true;"
is there a way to find a specific xmp data? i'd like to retrieve metadata for a customized field!
for standar fields, such as title, author, keywords, i used the object oDoc with the property info (oDoc.info.title, oDoc.info.author and so on...) now i'd like to refer to each custom property.
i hope to recieve some news about.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script