Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 13, 2012 07:15 AM by SautinSoft
Member
194 Points
103 Posts
Jul 20, 2010 06:40 AM|LINK
Hi Community,
We've released and offer a new version 4.1.7 of the HTML-to-RTF Pro DLL .Net component for ASP.Net developers.
This is a sample in C# how to export HTML page to Word/RTF on fly at server side and show it to user:
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); h.PageStyle.PageSize.Letter(); h.PageStyle.PageMarginLeft.mm(25); string rtf = h.ConvertFileToString(Path.Combine(Server.MapPath(""), @"Default.aspx")); //show Word/rtf if (rtf != "") { Response.Buffer = true; Response.Clear(); Response.ContentType = "aplication/msword"; Response.AddHeader("Content-Disposition:", "attachment; filename=Test.doc"); Response.Write(rtf); Response.Flush(); Response.End(); }
This is component's web-page: http://www.sautinsoft.com/products/html-to-rtf/index.php
Max
Sep 20, 2011 01:32 PM|LINK
We've released new update of the HTML-to-RTF Pro DLL .Net 4.5.7.11. What's new:
Component's homepage: http://www.sautinsoft.com/products/html-to-rtf/index.php
Order and pricing list: http://www.sautinsoft.com/products/html-to-rtf/order.php
You are welcome at our Online Chat support: http://www.sautinsoft.com (right-bottom corner of the page), Max
Dec 13, 2012 07:15 AM|LINK
Hi Community!
We are happy to announce about releasing new HTML-to-RTF Pro DLL .Net 5.0! It's a .Net assembly which allows to:
The component doesn't require MS Office, IE etc. It's absolutely standalone C# assembly, which has a weight only a 370 Kb.
What's new in the version 5.0:
Best wishes, Max
SautinSoft
Member
194 Points
103 Posts
HTML to RTF, Text for C# and Vb.Net - The version 5.0!
Jul 20, 2010 06:40 AM|LINK
Hi Community,
We've released and offer a new version 4.1.7 of the HTML-to-RTF Pro DLL .Net component for ASP.Net developers.
This is a sample in C# how to export HTML page to Word/RTF on fly at server side and show it to user:
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); h.PageStyle.PageSize.Letter(); h.PageStyle.PageMarginLeft.mm(25); string rtf = h.ConvertFileToString(Path.Combine(Server.MapPath(""), @"Default.aspx")); //show Word/rtf if (rtf != "") { Response.Buffer = true; Response.Clear(); Response.ContentType = "aplication/msword"; Response.AddHeader("Content-Disposition:", "attachment; filename=Test.doc"); Response.Write(rtf); Response.Flush(); Response.End(); }This is component's web-page: http://www.sautinsoft.com/products/html-to-rtf/index.php
Max
SautinSoft
Member
194 Points
103 Posts
Re: HTML to RTF, Word in C# and VB.Net
Sep 20, 2011 01:32 PM|LINK
Hi Community,
We've released new update of the HTML-to-RTF Pro DLL .Net 4.5.7.11. What's new:
Component's homepage: http://www.sautinsoft.com/products/html-to-rtf/index.php
Order and pricing list: http://www.sautinsoft.com/products/html-to-rtf/order.php
You are welcome at our Online Chat support: http://www.sautinsoft.com (right-bottom corner of the page),
Max
SautinSoft
Member
194 Points
103 Posts
Re: HTML to RTF, Word in C# and VB.Net
Dec 13, 2012 07:15 AM|LINK
Hi Community!
We are happy to announce about releasing new HTML-to-RTF Pro DLL .Net 5.0! It's a .Net assembly which allows to:
The component doesn't require MS Office, IE etc. It's absolutely standalone C# assembly, which has a weight only a 370 Kb.
What's new in the version 5.0:
Best wishes,
Max