如何使用asp .net在pdf文件上打印服务器端asp.net表 [英] How to print server side asp.net table on a pdf file using asp .net

查看:111
本文介绍了如何使用asp .net在pdf文件上打印服务器端asp.net表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<div id="printable" runat="server">
     <table cellpadding="0" runat="server" cellspacing="0" width="100%">
           <tr>
                <td>
                    <asp:Table ID="tblPresent" runat="server" CellPadding="0" CellSpacing="0" Width="100%"></asp:Table>
                </td>
           </tr>
        </table>
    </div>

推荐答案

我已经使用过 webSupergoo abcPDF [ ^ ]组件几次.

它将HTML页面(包括那些在服务器端生成的页面)转换为PDF文档非常容易,而且价格合理.
I''ve used webSupergoo''s abcPDF[^] component a few times.

It makes it very easy to convert HTML pages (including those generated server side) to PDF documents and seems to be reasonably priced.


这篇关于如何使用asp .net在pdf文件上打印服务器端asp.net表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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