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
vote
2 answers

find a result from a .doc type that store in a varbinary(max) column

i want to write a query with Full-Text-Search on a column with varbinary(max) type that stored a .doc/.docx(MS-Word) file. my query must returns records that contain a word in stored file. is this possible? if yes,how?(please write an example) if…
Meysam Javadi
  • 1,374
  • 1
  • 10
  • 21
1
vote
0 answers

Read element in word (.doc)

I have built a program that is able to read .doc file and pass them to Cache database. I've done the passing part, but the problem is, how can I differentiate between paragraph and table content? For example, I have Section A as a title and a table…
1
vote
1 answer

How to export an editable table in crystal reports to word document using C#?

The table which I am trying to export is imported in Crystal Reports from a SQL database in Visual Studio 2008 where I am making a web application with C#. I am trying to export it to a word document but to keep the table formatting which I can…
1
vote
1 answer

View or Open in Browser vs. Download

I am using HTML and CSS, and willing to use a very simple JavaScript code if necessary. I uploaded ResumeWord.doc and ResumePDF.pdf to the FTP. I created links for "View" "Download" and "Print" for each. ResumeWord.doc only seems to give me a…
1
vote
0 answers

how to create .doc or word file in iphone by code

Possible Duplicate: How to generate a word file programmatically from collected data in iPhone sdk My requirement is to generate a report in a Word file in my iOS app. I searched it but did not find any appropriate way to do that. I've found…
Divyant
  • 69
  • 1
  • 8
0
votes
2 answers

reading .doc, .docx, .pdf, .rtf documents in .net without Word

so far it's only aspose words but which is very pricey other are to convert to .pdf or to print to .pdf I am looking for a way to read the contents of these doc types without installing office or pdf app i.e. get the text of these documents for…
Kumar
  • 10,997
  • 13
  • 84
  • 134
0
votes
1 answer

How does the iPhone/iPad versions of Dropbox display Microsoft Word documents?

Is Dropbox just making use of iOS libraries (iBooks code?) to read .doc/.docx files and view them? Or did Dropbox actually have to code some kind of wrapper to get .doc/.docx files to display properly? The web version of Dropbox just downloads the…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
0
votes
2 answers

getting error for opening MS word doc in IIS 7,

I'm developing some pages by Asp.Net which contains opening and reading some MS word docs, it works well by my VS 2010 on its own localhost but when I put the files under wwwroot and run the pages by Inetmgr I get this error : This command is not…
ePezhman
  • 4,010
  • 7
  • 44
  • 80
0
votes
0 answers

Formatting matrices in Word document

I have 5 matrices that I need to multiply. If I put them side to side in a line in Word, about 3 of them will be missing as they exceed the A4 size. I want to format them in such a way that once they get to the margin, they will automatically enter…
0
votes
2 answers

Import word documents with quanteda

Hello I'm not succeding in importing word documents quanteda. I'm using this command my_texts <- readtext::readtext("~/Users/grouetl/Documents/ProjetsLISE/Boimondau/Transcriptionstribunal/.doc*") and get this error message: Error in list_files(file,…
0
votes
2 answers

Search .doc file for specific word with only standard Python libraries

I'm building a program that searches through many different file formats looking for specified keywords and I'm having some issues finding information on how to read .doc files. I was able to get .docx files to work with the following in a…
Bemofresh
  • 1
  • 1
0
votes
0 answers

Is there a way to change the colour of a shape in a .docx document using python

I am trying to automate a form filling process. I'm using jinja to fill in the text, however, I do have a circle in the document, when the x value if > 0.5, the circle should turn green, if its less that 0.5, the circle should turn red. Any idea how…
0
votes
1 answer

How to Convert drawn shapes of HWPFDocument to XSL FO?

I am trying to convert .doc file to PDF, For this I am initially trying to convert .doc > XSL-FO > PDF. On Converting the .doc to XSL-FO I am unable to convert the drawn objects such as checkbox,rectangle,square to XSL-FO. It gets converted as below…
abhi
  • 1
  • 1
0
votes
0 answers

What is the best way to change the order of Field Codes in .docx and .doc files using C#?

Apologies if this question is vague. I have thousands of .docx and .doc files that need to be altered so that the field codes have a changed order. It is a relatively simple job to do manually, however the sheer number of files will take forever to…
Jon Wall
  • 1
  • 1
0
votes
1 answer

How to generate a .DOC file in PHP with a Watermark

Is this even possible? I know it's possible to generate watermarks in PHP. Also, is there a site with a list of HTML tags that can be used in a doc file? I'm basically wondering how far you can go in a DOC file with html before it breaks.
John
  • 1
  • 1