Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<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>
Posted
Comments
Thanks7872 14-Jul-15 3:23am    
Where is the problem? What have you tried? Any specific issues?

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900