How to use exe in SharePoint on itemAdded?

Posted by Justin Cullen on Stack Overflow See other posts from Stack Overflow or by Justin Cullen
Published on 2010-03-14T21:08:56Z Indexed on 2010/03/14 21:15 UTC
Read the original article Hit count: 410

Filed under:
|
|
|
|
  1. I have a need to convert any document gets uploaded to Image.
  2. I downloaded the exe (with all the dlls) on my local machine (dont have to install)
  3. export.exe sourcefile.doc destinationfile.gif >> this syntax works from my local dos prompt.
  4. How do I use the same syntax "export.exe exampledoc.doc exampledoc.gif" when an item is added to sharepoint doc library.
  5. and Do I need to put the folder (where the exe and dlls are for this) in the sharepoint frontend server so it's accessible? If yes, where should this folder reside? Does the folder and files need sharepoint service account access?

I am totally new and I would really like if someone can shed some light on this (step by step if possible)?

Thanks Justin...

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about convert