Questions tagged [doc]

Questions about the old Microsoft Word file format and how to use it.

The "doc" format is a proprietary file format used by Microsoft as their main file format for text documents from the 1980s till 2007. With the release of Word 2007 "docx" is the main file format.

All Questions about the older (pre .docx) Wordfiles should use this tag. Questions about .docx files can use this tag, but should use "docx" primarily. Questions about .odf .txt .rdf should not use this tag.

Wikipedia about "doc" http://en.wikipedia.org/wiki/DOC_%28computing%29

Decrypted file format: http://sc.openoffice.org/compdocfileformat.pdf

851 questions
-3
votes
1 answer

How to write string on .Doc file

How to write string to .Doc file using python? i need like .to_csv(),to_json() method to create doc file.
Nimantha
  • 183
  • 1
  • 3
  • 10
-3
votes
1 answer

I can print object.__doc__ but I can't save it to a file

As mentioned in the subject line for a given objec (module or class) print (object.__doc__) works document.write (object.__doc__) TypeError" write: () argument must be a str not None I do get type(object.__doc__) is None Update: Grrr...indeed…
MiniMe
  • 1,057
  • 4
  • 22
  • 47
-3
votes
1 answer

Read contents of a DOC (.docx or .doc) file and convert it to String

I need help on reading a DOC (.docx or .doc) file's contents and display it inside the UILabel. The file is from the URL, so I download the file to DocumentsDirectory and in the process of finding a solution to read the contents. I am using…
Lawrence Gimenez
  • 2,662
  • 4
  • 34
  • 52
-3
votes
1 answer

Does File.ReadAllBytes work on word doc and docx?

I need to Encrypt a word file and to do so i need to not just read the text of the word file beacuse it may contain also images so i need to get the Word Doc or Docx content as bytes then encrypt them and then create a new file with a new extension…
WeinForce
  • 1,264
  • 2
  • 11
  • 17
-3
votes
1 answer

How to convert pdf to doc on free with c#

I want with c# convert pdf(with images) to doc. I looking for free solution, i tried so much, but yet i not found. I will be happy if you will give me a simple ,work and free way. thanks
-3
votes
1 answer

How to convert arabic .pdf or .rtf to .html or .txt using PHP

I have arabic pdf and rtf files I need a tool or a class to convert it to html file or txt file or even doc file Can any one help please?
-3
votes
2 answers

How to extract text from pdf and doc file without downloading

I have searched a lot before asking that question. I have a program(java) which crawls some wep pages and trying to find some .doc and .pdf files and it can download them but only one .pdf or .doc can cover up to 3-4mb which is not good because…
Y.Kaan Yılmaz
  • 612
  • 5
  • 18
-3
votes
4 answers

How to Open doc, docx file on the Browser

I want to open a DOC or Docx file (Generally MS Office files) in the browser. Can anyone tell me how to complete this task. I am working on my CakePHP Project. Any Help will be appreciated. Thanks
-3
votes
1 answer

How can I display a .docx file in an app?

From what I've read its possible if you do it via WebView. The thing is I need to grab the file locally, I don't have internet connection. How can I use WebView to display the document offline? Code example would help!
privera
  • 110
  • 8
-5
votes
1 answer

Is it possible to create a thumbnail from a doc file as well as .xls file in ipad app

Is it possible to create a thumbnail from a doc file as well as .xls file in ipad app..
-9
votes
3 answers

What does the '()', which I use red arows and green rectangle to mark in the picture, represent in the Java API doc?

There are many words like '(Class1,Class2)' in JAVA API docs. What do these words represent? What does the '()', which I use red arows and green rectangle to mark in the picture, represent in the Java API doc?
陈黎栋John
  • 175
  • 1
  • 9
1 2 3
56
57