开发者

how to print documents as jpg

开发者 https://www.devze.com 2023-01-04 02:28 出处:网络
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, 开发者_如何学Pythoneac

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消