Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
PRIVATE CLOUD
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Update PDF MetaData
rschmitt81
Can metatagger automatically update the metadata in PDF's?
I'm using this command, /opt/Interwoven/TeamSite/bin/iwmtbatch -mthost $mthostname -suggest $pdf_file_path -save -dump and its only updating the EA of the pdf file and I need the PDF meta subject and keywords to be updated.
Thanks.
Find more posts tagged with
Comments
nipper
Not out of the box. It attaches the data as extended attibutes. Several years ago (circa 2005) I did this with a perl script, it grabbed the MetaData and then cracked open the file, made the change and saved it. There is a PDF Hacks book by O'Reilly that would help.
This was not trivial, so be warned.