How To Build An Online Word Processor Using .net.. Libraries In .net For MS Word Files

Sep 2, 2010

I'm a student doing final year of my Computer Science and Engineering. For my final year project i've choosen to do an online word processor such as google docs,zoho etc.I want to implement this project in .net. This will be a ajax oriented project and i'm well prepared with the web related part of it with ASP.net and C#.net at the server end and HTML,Javascript at the front end. But the point where i'm struck up is:

-> How can i create, edit and add MS Word features to a .doc file using VB.net or C#.net??
-> .net Library classes that will be helpful for me to create word related components as .doc files i.e how to create word using .net?
-> How can i convert a .doc file to HTML file to display it on a web browser?
-> In brief tell me how to create a word processor so that i'll be able to create it online.

View 1 Replies


Similar Messages:

C# - How To Create A Online Word Processor

Feb 8, 2011

I'm interested in knowing to create a Online Word processor similar to Google Docs and MS Office web Apps. i want to do it using MicroSoft technologies and Tools only. I'm a beginner in ASP.net and C#.net. I've planned to do its front end using TinyMCE [URL]. but how to convert the data in the browser to .doc in the server? how can i do the formatting of a .doc file in the server using .net? what are the tools available in .net to work on such kind of projects?

View 2 Replies

AJAX :: Use The HTML Editor Like A Word Processor?

Jan 8, 2010

System Info: .NET 3.5 and SQL Server 2008I am looking for a solution that can essentially open .doc files(from sql server database) on the web site and give the user full access to edit them. Then load them back to the sql server database as .doc's while retaining MS Word's format and spacing

View 6 Replies

Using Microsoft.Office.Interop.Word To Convert Uploaded Word Documents Into Previewable Html Files?

Feb 3, 2010

I'm hoping this is an easy one...I'm using Microsoft.Office.Interop.Word to convert uploaded word documents into previewable html files. I haven't implemented it fully, but I've played around with it enough that I think I have a plan that will work... My question revolves around

[Code]....

I'm not in love with the idea of opening word and closing it everytime there's an upload (which I hope is a lot of the time) I'd like to make this a shared object that loads at application start. I have 2 questions
that go along with this. 1. I imagine that winword could lock up and that would be a problem, right? 2. to save a document I use wordapp.ActiveDocument, this could have an issue as a shared object, right? I think I'm talking myself right out of this...

View 1 Replies

Controls :: How To Edit Word Documents Online In Browser

May 7, 2015

how  work Microsoft word  editor  in asp.net?

View 1 Replies

Localization :: Users To Be Able To Enter An English Word Or A Korean Word In Each Respective Textboxes?

Mar 4, 2010

I have a page with two textboxes (one for english and one for korean)..

I want users to be able to enter an english word or enter a korean word in each respective textboxes...

Now I can only enter english in both of them... Even if my keyboard language is switched to Korean(I have the language pack installed).. I can not type in Korean in the Korean text box....

I thought I could simply change this using something like:

[Code]....

View 1 Replies

Controls :: Automatically Replace Word In TextBox With Word In Database On Button Click

May 7, 2015

I have text box and submit button in my page and I have 2 table 1- WORD table   2-name table in database

when I click on submit button it insert textbox.text in database in Name table

I define some word in my word table like:

Bad
Worst
badly and other words

Now I want if users enter word's that is in Word table when they click on submit button it replace that word with this word-->"GOOD"

How I can do it?

View 1 Replies

Msword - Convert Word 2007 Document To Word 2003 Programmatically ?

Apr 15, 2010

any component or library (preferably open source) that would allow me to convert Word 2007 documents to Word 2003 with ASP.NET?

View 3 Replies

Forms Data Controls :: Export Gridview To Word Doc Using Existing Word Doc?

Mar 25, 2011

I want export gridview data to existing word doc. The word doc is avaliable in my pc.

Is it possible to export data?

View 4 Replies

Controls :: Read And Import MS Word Document To Database Using Microsoft Interop Word Library

Feb 25, 2016

I have QuestionTable.

ID Question Answer1 Answer2 Answer3 Answer4

But I want import from MS Word into table. I have question like this:

Question:   @1.The capital of India.

 Answer:$A) Dushanbe;$B) Moscow;$C) Delhi;$D) Kabul;

@2.The capital of Tajikistan.

$A) Dushanbe;$B) Moscow;$C) Delhi;$D) Kabul;

@3.The capital of Afganistan.

$A) Dushanbe;$B) Moscow;$C) Delhi;$D) Kabul;

Output result:

ID Question Answer1 Answer2 Answer3 Answer4

1 1.The capital of India. A) Dushanbe; B) Moscow; C) Delhi; D) Kabul;

View 1 Replies

MS Word Mailmerge Like Functionality To Allow Export To Word Document From Web Application?

Jul 5, 2010

I have requirement where I need to allow users to upload a Word document with place holders for certain fields which can be found in the database. This will be their template. For example the place holders might be prepended with @@ or something. For example

Dear @@Title @@Lastname

They then can grab a record and hit export to Word document. This will then let them choose the template. They can select the template and then click continue. I will then get the template and replace the @@Title with the title field in the database for the selected record. I am not sure where to start or what components I need to do this.

From my initial investigation it seems that I can do this with the new open XML standard for Office 2007. So perhaps I should read in the template and save all the contents to a db table somewhere. Then when the use wants to export I get the contents again and then do a search and replace for the @@ placeholders and link them properly. Then save the document to the output stream again which will then bring up the save dialog on their browser.

I am using ASP.Net MVC and am in a hosted environment. I was also maybe contemplating dynamically creating a new View type and dynamically creating new views when the user uploads a template. Not sure that this approach will work though.

View 2 Replies

Web Forms :: Open Word Document In Word Program Not In Browser

Jan 11, 2011

I have a word document which opens in a web browser using ASP.NET 2.0 this is the code:

[Code]....

THIS WORKS, PROMPTING THE USER WITH "OPEN" "SAVE" "CANCEL" OR SOME USERS WITH "SAVE" "CANCEL" DEPENDING ON USER INTERNET SECURITY SETTING. BUT FOR SECURITY ISSUES, MY BOSS WANT THIS WORD DOCUMENT TO BE OPENED IN WORD PROGRAM. (MICROSOFT WORD 93,97 ETC) IS THIS POSSIBLE....? OFCOURSE SAVING THE FILE IS OKAY, JUST OPENING THE DOCUMENT SHOULD BE NOT BROWSER.

View 3 Replies

How To Build Zip Files Online For Download

Nov 6, 2010

I want to know that how many sites like jqueryui, etc. build online zip packages for download. And how it can be done in asp.net ?

View 2 Replies

Web Forms :: Open A Word Doc File In MS Word From Website?

Aug 26, 2010

My requirement is : I have to open a word document in Microsoft word from my web application and the word document is stored in the server location.

In javascript i wrote a code to open the word document like below.
var dsWordApp = new ActiveXObject("Word.Application");
var WordDoc = dsWordApp.Documents.Open(FileName)

Using above script i am able to open the local word doc files but i am unable to open the server side word doc file.

how to open a server side word doc fie in MSword.

View 1 Replies

Set An Index To A Single Word On Word-document, By Some Asp Commands?

Mar 3, 2011

I would like to know about commands of : How can I set an index to a single word on my word-document, by some asp commands.(Word-basic ...)Also, how to merge two files to a single word file (rtf).

View 1 Replies

How To Store Files (pdf And Word Files) Into Sql Database

Jan 30, 2010

how to store files (pdf and word files) into sql database and how to display that files with an option of "save" , "open" window from sql data base when user click. i am doing project using c# + asp.net web application

View 1 Replies

Web Forms :: Asp Control To Display Word Files?

May 18, 2010

i want to display word(doc),pdf files in my asp page..is there any control in asp.net? if not then pls provide me the UserControl to display fies in my web page.

View 4 Replies

Social Networking :: Display Word Files In Browser Like Google?

May 7, 2015

i have requirement like if i click an hyperlink in my application i want to open one doc file in new tab in th esame browser but now it is directly downloading if i click hyperlink...

View 1 Replies

Web Forms :: Display Word Excel PowerPoint PDF Files In Website

May 7, 2015

How to open word/Excel/Power Point documents in edit mode in any browser using asp .net.

View 1 Replies

Web Forms :: Save PDF And Word (Doc) Files On Disk And Display In GridView

Jul 14, 2012

I want to upload .pdf or .doc files on server not in the Database, after then i have to show list of all the uploaded Files on another form and when user clicks on one of the Files, the file should be opened in new Tab...

View 1 Replies

Controls :: Retrieve And Display Word And Excel Files From Database In Browser

May 7, 2015

How can i display in web browser directly from the database varbinary Office Files (Word, Excel, PowerPoint, and many others like Images), like this example in PDF [URL] ....

View 1 Replies

Web Forms :: Open Word Excel PDF PowerPoint (PPT) Files In New Browser Window?

Mar 26, 2016

Below is the page and file is in local drive.

<asp:GridView runat="server" ID="gvDetails" AutoGenerateColumns="false">
<Columns>
<asp:BoundField DataField="Id" HeaderText="Id" />

[Code].....

View 1 Replies

Searching Server Software To Build A Multiplayer Online Game?

Mar 26, 2011

I was searching server software to build a Multiplayer Online Game. All of the servers I found up to now use Java in the server side (ie smartfoxserver)

Today I found this one, Photon, that seems interesting because it uses .NET, you can see it here:
www.exitgames.com

View 4 Replies

Architecture :: Build A Page To Test Online Video Speed?

Sep 30, 2010

I need to build a page to test online video speed.

video will be uploaded in my webserver and there is no flash play in the server. I need to have two players. one is window media player, second is a flashplayer (prefer using google player)

Page layout:

Windows media player

report of speed testing

Flash player

report of speed testing

report requirement

1.length of video

2. total time that spend to load this video (dynamic is better)

3. average download and upload speed during playing the video

View 1 Replies

Find And Cut Two Word?

Jun 5, 2010

c#

i have string. string source ="my sweet babe stef" ;

i want cut this string to be 2 word. should be like ="my sweet";

how can i find this two word and cut other?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved