I'm trying to build events for a drop off library in a records centre in order to convert Word docs to PDF using the Word automation service.
The conversion event files on ItemCheckedIn, and works fine.
This produces a .pdf file with none of the associated meta data of the original .doc file in teh same library.
I have build a second event reciever to run on ItemAdded, and this is intended to copy the meta data from the original file if a .pdf file is added and this is a converted file.
UNFORTUNATELY the ItemAdded event runs when the .doc is first uploaded, but NOT when the .pdf file is added to the list from the Word Automation Service.
I've tried the ItemUpdate and the ItemConverted events with no luck.
There is nothing in ULS I can see, I get the following info message to say the conversion worked:
Local Controller 'be616404-d025-4d78-88d8-2b7a3bb8016f': Success: <http://dev-rhsp/ia/CErcf/DropOffLibrary/test.doc> uploaded to <http://dev-rhsp/ia/CErcf/DropOffLibrary/test.pdf>
Any ideas?