October 27th, 2008 Released version 3.0.0 of the HTML to RTF Converter Pro We have updated the program, new features include more conversion options. Supports Word 2007
The "HTML-to-RTF Pro DLL" component can convert HTML and ASP files into good-looking RTF with tables or transform tables to text. An output rtf file is smaller than input HTML.
The DLL component doesn't require Microsoft Word or any other word-processors.
We offer three types of our DLLs (COM, Win32 API and .Net), so developers can use it from Visual Basic, C#, VBA, VB.Net, Delphi, Java, C++ or other language.
Component has methods for converting strings and files, it takes HTML string and returns RTF string or you can use it for working with files.
.NET
COM
WIN32
.Net version - for C#, VB.Net and AS
COM version - for VB, ASP.Net, ASP, Java, PHP, C#, VB.Net etc
Win32 DLL - for Delphi and C++ with samples for: Delphi 6.0, VC++6.0
If you have any questions or concerns about components, please email
to us: support@sautin.com
The DLL component is completely standalone and supports:
- has 4 methods:
- ConvertFile() - works with files
- Convert() - takes HTML string and returns RTF string
- ConvertStringToFille() - takes HTML string and creates RTF file
- ConvertFileToString() - converts file into string
- converts images (.gif, .jpg and .png)
- tables;
- nested tables;
- CSS;
- hyperlinks;
- font face, color, size;
- page alignment;
- bold, italic and underline text;
- special characters;
- automatic encoding select (UTF-8, Windows-1251, etc..);
- adjust of page size (A4, B5, Letter...);
- adjust of page orientation (Landscape or Portrait);
- adjust of page margins;
- It supports all of HTML tags and special characters, such as
& <, � - ÿ 	 - я
etc.
Added:
- supports new languages: Japanese, Chinese, Thai and Korean;
- new features for page numbers;
- supports background colors for table cells;
Fixed:
- bug with image conversion.
The DLL version written in programming language C++. It can work with
all versions of Window (NT4.0/95/98/Me/2000/XP/2003/Vista). The size
of dll is very small (200 Kb), but speed of converting is about 10
web-pages/ per second.