My organization distributes information to its membership primarily via
PDFs. The PDFs are mostly created in non-Microsoft apps
programmatically. I have been able to figure out how to set properties
for the PDFs using Acrobat javascript and other methods.
Here is my problem: I have a requirement that the metadata (doc
properties, etc.) be promoted from the PDF document to the MOSS2007
document library upon upload or very soon thereafter. The resulting
document in SharePoint also needs to be associated with a Content Type.
Furthermore, I need this to work for single file uploads as well as bulk
file uploads.
I've looked for a solution out on the web and have not found one yet
that directly addresses this need. I have found a potential solution
that can promote the metadata if it resides in a separate text file (see
this article
<www.sharepointblogs.com/.../sharepoint-20\
07-upload-a-document-with-its-meta-data.aspx> ), which my developer
buddy is looking into.
Given the level of technical knowledge in this group, I figure one of
you may have come across a solution to this issue. If you have, I would
love to know about it.