将 C# 数据列表控件/(html 页面)转换/导出为 pdf
我想创建一个按钮选项来获取整个数据列表并将其转换为 pdf 文件。 有人在 asp.net 中这样做过吗? 请您举个例子或以正确的方式指导我。
I want create a button option that takes the entire datalist and converts it to a pdf file. As anyone done this in asp.net ? Please can you show an example or direct me in the right way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这非常有效,尽管我在网站上设置了利润,但它并没有为我设置利润。 无论如何,有没有办法为Word部分做到这一点? 我还发现 PDF 部分不起作用。
(大出口帖)
This worked out great accept it does not set margins for me despite what I set them on the site. Is there anyways to do this for the Word part of this? Also i find the PDF part does not work.
(The big export post)
您可以尝试使用 PDFSharp 开发您的解决方案,这是一个非常简单的 .net pdf 库
You can try develop your solution using PDFSharp a very simple pdf library for .net
您可以尝试这个并更改内容类型为 PDF。
You could try this and change the content type to PDF.
刚刚发现一个人在论坛上发布的一段代码,尽管我可能会与其他人分享
Re: EXPORT DATAGRID TO PDF in C#/Asp.Net
Just found a snippet of code a guy posted in forum, and though i might share with others
Re: EXPORT DATAGRID TO PDF in C#/Asp.Net