如何在asp.net中将pdf转换为图像 [英] how to convert pdf to image in asp.net

查看:100
本文介绍了如何在asp.net中将pdf转换为图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以建议我如何在asp.net中将pdf转换为图像.我不想使用任何.exe文件,ghostscript,3rd party工具或其他任何工具.必须仅通过asp.net来实现.
我已经搜索了所有互联网资源,但没有用.

检查了这些文章,但它们使用了我不想使用的ghostscript和命令行等.
http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx
http://www.codeproject.com/KB/GDI-plus/pdfthumbnail.aspx

解决方案

这是不可能的.原因是:

1-ASP.NET是用于生成HTML的框架.后面的代码使用.NET框架,意味着您只想在ASP.NET项目中使用.NET框架(与ASP.NET部分无关)

2-.NET完全不支持PDF.零.因此,除非您编写自己的库来完全解析PDF,即重写您不想使用的那些商业库之一,否则没有其他方法可以在不购买库的情况下向.NET添加PDF支持. blockquote>

http://www.adobe.com/devnet/pdf/pdf_reference.html

看起来描述PDF文件格式的ISO文档要花费几百美元.

您也可以尝试下载开源PDF渲染器并将其转换为您选择的.Net语言.


can anybody suggest me how to convert pdf into image in asp.net. i dont want to use any .exe file, ghostscript, 3rd party tool or anything. has to be achieved through asp.net only.
i have googled all internet resources but to no use.

checked these articles but they use ghostscript and command lines etc which i dont want to use.
http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx
http://www.codeproject.com/KB/GDI-plus/pdfthumbnail.aspx

解决方案

This is impossible. The reasons are :

1 - ASP.NET is a framework for generating HTML. The code behind uses the .NET framework, you mean you want to use the .NET framework only, within an ASP.NET project ( and the ASP.NET part is irrelevant )

2 - .NET has NO PDF support at all. Zero. Therefore, unless you write your own library that fully parses PDFs, that is, rewrite one of those commercial libraries you don''t want to use, there is no other way to add PDF support to .NET without buying a library.


http://www.adobe.com/devnet/pdf/pdf_reference.html

Looks like the ISO document describing the PDF file format costs a few hundred dollars.

You might also try downloading an open source PDF renderer and converting it to the .Net language of your choice.


这篇关于如何在asp.net中将pdf转换为图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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