I am modifying Word and PDF documents when they are uploaded to a document library with an event receiver.
ItemAdded runs perfect without any errors, I manipulate the documents and save them to library but the users receive an error stating that the document is modified by the SharePoint\System user.
What is the best way to modify the documents as soon as they are uploaded to the library?
Thanks.