I am trying to update metadata for a ton of documents. This is a project that is seriously driving me crazy! When I run the following code it looks like it runs correctly. Then (using windows) when I try to go to the pdf and look at the properties the title is not updated. While on a mac in the general info the title is updated. Someone just told me that certain versions also store metadata info in an xml file. Can someone help me out on this?????
<cfpdf action="getInfo" source="1.19.2006 Task Order X-functional flowchart.pdf" name="PDFInfo"> <cftry> <cfpdf action="getInfo" source="1.19.2006 Task Order X-functional flowchart.pdf" name="PDFInfo"> <cfset PDFinfo.Title="test title"> <cfpdf action="setInfo" source="1.19.2006 Task Order X-functional flowchart.pdf" info="#pdfInfo#" destination="1.19.2006 Task Order X-functional flowchart.pdf" overwrite="yes"> <cfpdf action="getInfo" source="1.19.2006 Task Order X-functional flowchart.pdf" name="NewPDFInfo"> <cfdump var="# NewPDFInfo #"> <cfcatch type="any"> Could not update </cfcatch> </cftry> Thanks! Lori ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305443 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

