JavaScript is not enabled in your browser. You must enable JavaScript to browse this website. See here for detailed instruction on how to enable JavaScript.
ASPXToPDF is an ASP.NET server control that allows you to render the current page as PDF.
To use ASPXToPDF, simply place the control in your page, then call RenderAsPDF on the control to render the current page as PDF.
protected void Button1_Click(object sender, EventArgs e) { //Render the current page to PDF ASPXToPDF1.RenderAsPDF(); }
Protected Sub Button1_Click(sender As Object, e As EventArgs) 'Render the current page to PDF ASPXToPDF1.RenderAsPDF() End Sub
<!-- Place a single ASPXToPDF control in the page --> <eo:ASPXToPDF runat="server" ID="ASPXToPDF1" /> <!-- Sample button that calls ASPXToPDF1.RenderAsPDF when clicked --> <asp:Button runat="server" ID="Button1" Text="Button1" OnClick="Button1_Click" />
Click the following button to render this page as PDF.
More Samples
Product Documentation
All features are explained in great details in the product documentation. It also contains complete reference information for each type, property or method;
Samples
The download package contains a wide variety of samples with full C# and Visual Basic.NET source code that demonstrate how to use different feature of the EO.Pdf library.
Technical Support
Still have questions? Post in our support forum or contact us and we will answer them quickly. Our turn around time is among the best in the industry.