UseOffice .Net - .Net component to convert between RTF, DOC, HTML, XLS, PPT Text.
version 1.1 (March 03rd, 2008)
  HelpContent | About UseOffice .Net| Methods and properties | Samples of using in C#, VB.Net, ASP.Net| License | Pricing | Support and Contanst

About UseOffice .Net

    UseOffice .Net is a component to convert between DOC, DOCX, XLS, RTF, PPT and HTML formats with tables, images, fonts, colors etc. The DLL component requires Microsoft Office installed. You can install any version of MS Office from: 2000, XP, 2003 or 2007.

These directions of converting are supported: (Requires MS Office®)

- DOC to HTML - DOCX to HTML - HTML to DOC
- DOC to RTF - DOCX to RTF - HTML to RTF
- DOC to TXT - DOCX to TXT - HTML to TXT
     
     
- XLS to HTML - RTF to HMTL - PPT to HTML
- XLS to TXT - RTF to TXT  
- XLS to CSV - RTF to DOC  


Developers can use UseOffice .Net with VB.NET, C#, Delphi .Net or J# etc.

The component able to work with files. See properties and methods description.

The UseOffice .Net contains completely 20 methods such as:
- DocToHtmlConvertFile() - converts DOC into HTML files;
- DocToRtfConvertFile() - converts DOC into RTF files;
- DocToTxtConvertFile() - converts DOC into TXT files;
- HtmlToDocConvertFile() - converts HTML into DOC files;
- HtmlToRtfConvertFile() - converts HTML into RTF files;
- HtmlToTxtConvertFile() - converts HTML into TXT files;
- PptToHtmlConvertFile() - converts PPT into HTML files;
- RtfToDocConvertFile() - converts RTF into DOC files;
- RtfToHtmlConvertFile() - converts RTF into HTML files;
- RtfToTxtConvertFile() - converts RTF into TXT files;
- XlsToCsvConvertFile() - converts XLS into CSV files;
- XlsToHtmlConvertFile() - converts XLS into HTML files;
- XlsToTxtConvertFile() - converts XLS into TXT files;
- KillProcesses() - works with processes, terminate process by his name;
- InitOffice - load Word, Excel, Powerpoint odjects;
- InitWord() - load Word odject;
- InitExcel() - load Excel odject;
- CloseOffice - release Word, Excel, Powerpoint odjects;
- CloseWord() - release Word odject;
- CloseExcel() - release Excel odject.