|
Convert Word to HTML using the ASP Net component
Databeam Word .Net component converts Word to HTML |
|
Databeam Word .Net is an ASP Net component that can convert
automatically Document Word to HTML Web page. It also supports conversion of several directions between Word file formats DOC, HTML, RTF, TXT, XML, DOCX (only for Microsoft Office® 2007). The component requires Microsoft Office® installed.
| File Formats: |
|
|
|
| |
|
|
|
• DOC to HTML
• DOC to RTF
• DOC to TXT
• DOC to XML
• DOC to DOCX |
• DOCX to HTML
• DOCX to RTF
• DOCX to TXT
• DOCX to XML
• DOCX to DOC |
• RTF to HTML
• RTF to DOC
• RTF to TXT
• RTF to XML
• RTF to DOCX |
• TXT to HTML
• TXT to RTF
• TXT to DOC
• TXT to XML
• TXT to DOC X |
| |
|
|
|
 |
 |
|
|
|
Key Features |
|
Send by EMAIL resulting HTML file |
|
|
|
| |
|
|
| • |
Very quick conversion! |
|
 |
Some times it's very useful to send by email resulting HTML file after conversion Word to HTML. Define the fields "from", "to", "object", pass the address of the SMTP server, user name, password and point corresponding HTML file.
|
| • |
Convert Word files to different formats DOC to HTML, DOC to RTF, DOC to TXT, DOC to XML, DOC to DOCX.
|
|
| • |
Work with versions Microsoft Office® 2000 and above. |
|
| • |
Strict copying of Word DOC file formatting. |
|
| • |
You need just 3 lines of source code for successful conversion. |
|
| • |
Compose Outlook letter with embedded resulting HTML file. |
|
| |
|
 |
This feature is part of the Databeam Word .Net component. |
|
| |
| |
Quality Conversion Word to HTML |
|
| |
| Databeam Word .Net converts Documents Word to HTML with tables, graphs, images, hyperlinks, fonts etc. The component is really intelligible and packed with ready-to-use 2 fully featured demos written in both C# and Visual Basic. It is very quickly with the help of the component to compose any web or windows application that will be able to convert one or batch of Word DOC, Word DOCX or Word RTF files. Also Databeam Word .Net has facility to send by email resulting HTML file as a report. |
 |
Convert Word to HTML Example Code |
|
| |
How to convert document Word to HTML? Install package contains source code of demo programm. Simple examples with source code help you to use Databeam Data .Net component for successful conversion Word to HTML. There are examples with C# and VB source code. Reductive algorithm: 1. Open Word document "test.doc"; 2. Convert the DOC file to HTML; 3. Compose Outlook letter with resulting HTML. |
[C#] |
Example of conversion Word to HTML |
using System;
namespace Project1
{
public class Class1
{ static void Main() { Console.Write("Converting DOC to HTML: \n"); DuoDimension.Databeam.Word conv = new DuoDimension.Databeam.Word(""); if (conv.IsWordInstalled)
{ if (conv.OpenDoc(@"d:\test.doc") == 0) { int ret = conv.DocToHtml(@"d:\test.html"); switch (ret)
{ case 0:
{ conv.OutlookMail(@"d:\test.html", "jwood@hotmail.com", "Advance info"); Console.Write("...Ok."); break; } case 2: Console.Write("...error: can't save the resulting file."); break; } }
else { Console.Write("...error: can't open file."); } } } } }
|
| |
|
|
| |
| Components News |
|
| |
November 16th , 2008 |
|
| |
|
| |
Databeam Excel .Net component 2.1 |
| |
• Improved algorithm of the method for sending an email automatically. |
| |
|
| |
November 1st , 2008 |
|
| |
|
| |
Eyes Dropper 3.1 |
| |
• Additional actions of Alarm Clock notification.
• Password protection of the Lock Screen. |
| |
|
| |
October 15th, 2008 |
|
| |
|
| |
Databeam Word .Net component 2.0 |
| |
• Added new property: Save Picture With Document. All details how to use it see in the documentation. |
| |
|
| |
October 3rd, 2008 |
|
| |
|
| |
Databeam Word .Net component 2.0 |
| |
• Added converting methods Txt to Html & Rtf to Html. |
| |
|
| |
September 22, 2008 |
|
| |
|
| |
Databeam Word .Net component 2.0 |
| |
• New Component for ASP.NET !
• Component converts documents Word to HTML.
• Conversion of different Word file formats DOC/DOCX. |
| |
|
| |
September 09, 2008 |
|
| |
|
| |
Databeam Excel .Net component 2.0 |
| |
• New Version!
• New facilities for export data from database to XLS to HTML. |
| |
|
| |
August 15, 2008 |
|
| |
|
| |
Sunflower Excel .Net component 1.0 |
| |
• Added new properties: Update links on save & Create files folders. All details how to convert Xls to Html see in the documentation. |
| |
|
| |
Eyes Dropper 3.0 |
| |
• Changed events of the sound noticies. |
| |
|
| |
August 1st, 2008 |
|
| |
|
| |
Sunflower Excel .Net component 1.0 |
| |
• Changed algorithm of the opening & convert Xls to Html. |
| |
|
| |
July 15, 2008 |
|
| |
|
| |
Sunflower Excel .Net component 1.0 |
| |
• New function composes Outlook letter with resulting Html file. |
| |
|
| |
June 28, 2008 |
|
| |
|
| |
Eyes Dropper 3.0 |
| |
• Additional Eye Exercises. Get free Video files from the Downloads page. |
| |
|
| |
all news... |
|
|