PDF图像使用C#.NET [英] PDF to image using C# .net

查看:129
本文介绍了PDF图像使用C#.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:结果
转换PDF文件为JPG asp.net

我要PDF页面转换成PNG,JPEG / JPG或GIF。 (但并不是缩略图。我需要他们在常规尺寸)

I want to convert PDF pages into PNG,JPEG/JPG or GIF. (But not to thumbnails. I need them in regular sizes)

我如何使用C#.NET做什么呢?什么是为了实现此可用库?我想了解一下免费的库。

How can I do it using C# .net ? What are the available libraries in order to achieve this ? I like to know about free libraries.

感谢您

推荐答案

这从 ImageMagick的可以为你工作。

在最简单的形式,它就像写一个命令

In its simplest form, it's just like writing a command

convert file.pdf imagefile.png

这篇关于PDF图像使用C#.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆