- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 1
4 Posted Topics
Hi, We are developing [URL="http://www.duodimension.com/html_pdf_asp.net/component_html_pdf.aspx"]ASP.NET component PDF Duo.Net[/URL] for converting HTML to PDF represented as File/Url address/Stream/String. Our component doesn't use IE libraries or third part components, it will works with .Net FW 1.1, 2.0..&+ The example codes and other features see on the component page: DuoDimension.com/html_pdf_asp.net/component_html_pdf.aspx Constantin p.s. contact …
Hi, Put link to the html page or Use redirecting from any aspx page to your html page.
Hi, You can use also[B] PDF Duo .NET [/B]converting component in ASP.NET projects (home page [url]http://www.duodimension.com/html_pdf_asp.net/component_html_pdf.aspx[/url]) The main feature of this ASP.NET component is a converting html to pdf. So you can place your datagrids, for example, inside of Panel control and then generate a PDF: [CODE] StringWriter objStringWriter = …
I placed on the page the button and the panel wich contains data for pdf. The code of btnConvert_Click event was next: [CODE] Dim objStringWriter As New System.IO.StringWriter Dim objHTMLWriter As New HtmlTextWriter(objStringWriter) Panel1.RenderControl(objHTMLWriter) Dim htmldata As String = objStringWriter.ToString() [/CODE] For converting page content to the PDF try to …
The End.
DuoDimension