Use office automation in batch
-
Hi! I currently write an application as a server that translate user uploaded office files into html or pdf. I write it in VB now, but I am also a VC coder. My trouble is office will pop up dialog and wait for user to response sometimes. I trace the problems and do some prepare to make it not pop up. But I think I can't trace all the reasons to make office pop up. Is there any solution to make office work without asking question? I can accept it dont process on some file, but can't accept it stop working and have to press a button by human. If there isn't such a solution. I think I have to use another "police" server that kill the application and recreate a new process when the application seems blocked and don't work for a long time. I really wanna an elegant solution. Can any guru give me some suggestion?