TX Text Control Blog

AJAX document viewer sample released

Blogged by Björn Meyer on June 14, 2006 and tagged with ajax, servertextcontrol, .net.

Being able to view documents is a feature that is often required in web-based applications. This ASP.NET 2.0, AJAX enabled sample implementation illustrates how to display a document in the browser, without any plug-ins, such as Acrobat Reader or an MS Word viewer.

Please read the full article.

 
 
User Contributed Note

User Contributed Note by Timon June 19, 2006 at 4:22:08 PM CEST

This code does not work. 1.TXTextControl.TableBaseCollection.TableEnumerator does not have .Current method.
User Contributed Note

User Contributed Note by Björn Meyer on June 20, 2006 at 10:29:13 AM CEST

Hello Tim The TableEnumerator has a Current property. Which version do you use (VS and TX)?
User Contributed Note

User Contributed Note by Karthickon August 3, 2006 at 1:19:38 PM CEST

how to print a word document in ASP.Net application while button press? That document only for reading,should not to writable by browser. how can i do this?
User Contributed Note

User Contributed Note by Björn Meyer on August 3, 2006 at 2:04:24 PM CEST

Hello This sample shows exactly what you need. An MS Word document is printed into an image that is displayed in the browser.
User Contributed Note

User Contributed Note by Rajasekharon February 21, 2008 at 6:23:20 AM CET

how to convert a word document to pdf document with out plug in
User Contributed Note

User Contributed Note by praveen kumar on May 24, 2010 at 11:09:45 AM CEST

gud