如何从 ASP.Net Web 表单创建 pdf
我开发了一个 ASP.Net 应用程序,并开发了一个包含一些条目的 Web 表单。现在我想把这个表格转换成PDF文件,可以吗?
有什么好的免费图书馆吗?
I have developed a ASP.Net application and I have developed a web Form with some entries. Now i want to convert this form into PDF file, is it possible ?
Any good and free library for this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
要创建 pdf 文件,您可以使用 itextsharp 或 pdf 锐利
To create pdf file you can use itextsharp or pdf sharp
您可以使用 ITextSharp 等免费库,或者对于更复杂的情况,您可以使用 TxtControl 的服务器版本从网站生成文档。
TxtControl 还提供用于创建文档的 OnDemand 服务...
You can use free libraries such as ITextSharp or for more complex scenarios you can use the server version of TxtControl to generate documents from websites.
TxtControl also offers a OnDemand service for creating documents...
您可能会发现 Ghostscript 库很有用 http://www.ghostscript.com/
You may find the Ghostscript library useful http://www.ghostscript.com/