Questions tagged [.doc]

A file extension for word processing documents; most commonly for Microsoft Word.

"doc" (an abbreviation of 'document') is a file extension for word processing documents; most commonly for Microsoft Word. Historically, the extension was used for documentation in plain-text format, particularly of programs or computer hardware, on a wide range of operating systems.

This document format has been superseded by the "docx" format as of Microsoft Word 2007 going forward.

155 questions
-1
votes
2 answers

how to convert .doc or .docx to html c#

help me I dint know how to combine this code.Hope anyone can help me. I using c# in asp.net and try to convert .doc and .docx to html to view in webpage. This is my code: public bool WriteViewRow(DataRowView drv) { string strFileLink =…
Syafiq
  • 93
  • 2
  • 3
  • 16
-1
votes
2 answers

How to convert .doc to .htm programatically?

I want to convert .doc to .htm in C#. If I use Microsoft.Office.Interop.Word I get the exception : Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154…
user1340852
  • 825
  • 3
  • 9
  • 27
-2
votes
1 answer

.doc / .docx problem to display in browser

I am trying to find a solution for a website that I made so that the word documents will not download automatically anymore, but that they display directly in a new page in the browser when I click them. Can someone help me?? How can I do that in…
-2
votes
1 answer

Create Word file (docx) on Android with Jword Library Apache POI (Solution)

Create Word document on Android with JWord JWord is an API compatible with Microsoft Word for Java and Android. The API allows you to easily create, read, modify and analyze Word documents without using Microsoft Word. In the following source code…
David Felix
  • 23
  • 1
  • 5
-3
votes
1 answer

How to save a .doc file many times with different names in the same folder

I have a .doc file in my folder. I want to save the same .doc file many times with different names. Example: I have a .doc file named myfile.doc. I want it to be saved as myfile1.doc, myfile2.doc, myfile3.doc. This needs to be done for up to 30…
1 2 3
10
11