My application has to take multiple documents such as .doc, .docx, .pdf, .ppt, .pptx and convert them as jpeg(any other format is also fine) images. if there are multiple pages, 开发者_如何学Pythoneach page should become one jpeg.
I tried with some virtual printers but did not work out well.
My app is in C# 2.0
Anyone has a better solution??
A quick google search found this program. It has a commandline interface so you can call it from .Net using the Process
class.
精彩评论