MS Word documents are one of the most popular formats for the reporting. It allows presenting information with different styles and formatting exactly such as it should look on a paper. Often MS Word is not installed on the server/computer, nevertheless a developer wants to process these reports inside C#/VB.NET/ASP.NET project. The best way is using a professional .NET library that includes various Word API functions. One of these libraries is introduced by Elerium Software.
Elerium Word .NET Reader presents an easy way to read data and formatting of Word documents. Here are the basic steps of getting the text of the document.
First off all, a developer must install Elerium Word .NET Reader to the project:
1. Download the latest version of the component from this link:
http://www.eleriumsoft.com/Word_NET/WordReader/Default.aspx
2. Extract the downloaded archive and put the Word.dll component into /bin folder of the project.
...
Elerium Word .NET component, new release 2.0 has been introduced by Elerium Software.
Elerium Word .NET is a full managed .NET component which enables C#/VB.NET/ASP.NET developers to create, read, write and convert MS Word documents (DOC, DOCX, RTF, TXT) from any .NET projects.
Elerium Word .NET provides full support of Word 97-2003, Word 2007-2012 formats and allows converting it between each other. The installation package of the component contains C# and VB.NET samples for quick start.
The component parses the Word document and presents it to developer as a tree. The root of the tree includes the sections which contain all tables and paragraphs of the document. The minimal element of the tree is a textrun. Textrun may have a char, word or a whole sentence. Each node of the tree has properties. For example, with help of the textrun properties a developer is able to set text font settings, color or background color...
Elerium Word .NET Reader component, new release 2.4 has been introduced by Elerium Software.
Elerium Word. NET Reader is a handy tool for C#, VB.NET and ASP.NET developers that allows to easily and effectively read Word documents (DOC, DOCX, RTF), without the need to install additional applications and Microsoft Word. The Word Reader can be easily implemented in C#, VB.NET or ASP.NET projects/websites. The installation package of the Word Reader contains C# and VB.NET samples for quick start.
Elerium Word .NET Reader component is compatible with .NET 2.0 and higher and does not require any additional software. The component is completely managed and available in projects either C# VB.NET or ASP.NET.
Elerium Word. NET Reader key features:
Word. NET Reader has an intuitive document object model, which allows a developer to read DOC, DOCX or RTF document, get document content and formatting styles, fonts, colors, borders etc. (see C# VB.NET examples)...