Take a survey

Developing Applications Using APIs > Working with XMP Utilities > Importing Metadata into PDF Documents > Importing XMP metadata using the web service API

Importing XMP metadata using the web service API
To programmatically import XMP metadata using the XMP Utilities web service API, perform the following tasks:
1.
2.
Create a XMPUtilityServiceService object by using your proxy class’ constructor.
3.
To modify the XMP metadata, invoke either the XMPUtilityServiceService object’s importMetadata method or its importXMP method.
If you use the importMetadata method, pass in the following values:
A BLOB object representing the PDF file.
A XMPUtilityMetadata object containing the metadata to be imported.
If you use the importXMP method, pass in the following values:
A BLOB object representing the PDF file.
A BLOB object representing an XML file containing the metadata to be imported.
In either case, the returned value is a BLOB object representing the PDF file with the newly imported metadata. You can then save this object to disk.
View Quick Start
 

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/xmpUtilityImportingMetadata.114.4.html