Hi,
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.