We've found that on occasion, the call to exporting a word doc can freeze up and hang the system.
Can you suggest anything we can apply to the code so that if it gets 'stuck' we can terminate the call or handle a timeout?
Image image = wordDocument.RenderAsImages(0, Syncfusion.DocIO.DLS.ImageType.Bitmap)
We're toying with the idea of running up a separate thread to do the export and then count X amount of mins and if it's not complete, terminate the thread. Just seems a bit of an overkill.