Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #44.2K
Ranked #4K
~3K People Reached
Favorite Tags

4 Posted Topics

Member Avatar for hardikpatel

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 …

Member Avatar for Select_1
0
619
Member Avatar for coollife

Hi, Put link to the html page or Use redirecting from any aspx page to your html page.

Member Avatar for kvprajapati
0
246
Member Avatar for sanjanaa

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 = …

Member Avatar for sanjanaa
0
121
Member Avatar for dotNetDummi

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 …

Member Avatar for DuoDimension
0
112

The End.