Skip to main content
Known Participant
April 7, 2022
Question

Add and modify the XMP data in Acrobat DC using javascript

  • April 7, 2022
  • 1 reply
  • 2387 views

Hi All,

Is it possible to modify the meta data in the PDF file acrobat DC using Javascript?

 

 

Thanks

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
April 7, 2022

Yes. The metadata property of the Document object gives you direct r/w access to the raw XMP data, as a string.

Rocky@Author
Known Participant
April 8, 2022

Is it possible to add/modify via Javascript/Applescript?

try67
Community Expert
Community Expert
April 8, 2022

Yes, as I wrote.