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
-1
votes
1 answer

How to programmatically sign a binary MS office document with Java?

How can we digitally sign a legacy binary MS-Office document (doc, xls, ppt) in Apache POI, or any other open source library? The Open XML formats are covered at How to programatically sign an MS office XML document with Java?
Hbh
  • 60
  • 5
-1
votes
1 answer

How to display Microsoft .doc or .docx formats in a webpage?

I'm trying to display word documents in a browser without relying on cloud transcoders such as google docs. For .pdf I use pdf.js for odt I use webodf How can I display .doc ? How can I display .docx ? I'm not interested in editing files, just…
Antoine
  • 13,494
  • 6
  • 40
  • 52
-1
votes
1 answer

Read pdf file line by line using java

How to read pdf file line by line using java, And write the lines in .txt and .doc file? Please mention the required .jar for the program.
pampa
  • 153
  • 1
  • 3
  • 11
-1
votes
1 answer

How to write a stream of strings into a MS word file through matlab?

After generating a lengthy string through matlab, how to write it as MS office files (doc,docx) in matlab?
-1
votes
1 answer

Pdf or doc or docx file upload using php

Hi following coding i find in online for pdf file upload. But i need it for upload doc and docx file also with rename file. Following are the code.
sanji
  • 121
  • 1
  • 14
-1
votes
1 answer

How to extract data from .docx .pages?

I'm trying to get all data from .docx .pages files like this: (i need to extract phone number, picture and some more information) NSString* path = [[NSBundle mainBundle] pathForResource:@"FileName" ofType:@"pages"]; NSString *fileContents =…
Darvas
  • 974
  • 3
  • 14
  • 27
-1
votes
1 answer

How to read .doc files into R

So for a bit of weekend fun, I decided I was going to try and read a Microsoft Word .doc file into R. Specifically I have a .doc file version of the PDF below: http://www.queensu.ca/rarc/services/ASDAssessmentTemplate/AAA/AQ_Scoring_Key.pdf What I…
googleplex101
  • 195
  • 2
  • 13
-1
votes
1 answer

Is there a way to search inside .doc files?

I have around 50,000 *.doc files stored on my server(IIS). Now I want to build a search application in php that takes input keywords from user and search content of those files for those keywords. How to do this? I been googling around for two…
priyeshrulz
  • 17
  • 1
  • 6
-1
votes
2 answers

Extracting a String from .doc or .docx file, removing that string, and saving file again in origin format using php

I have an invoice.doc file and want to extract a customer email address, remove it from the doc file, add a company logo on top right, and save the file in original format using php.
PHP Developer
  • 57
  • 1
  • 8
-1
votes
2 answers

parsing of .doc file in php

I created .doc file using html tags, which is having HTML form elements like Textbox, checkbox, radiobutton, dropdown and hidden fields. Those are showing properly when opening the document. I am able parse the .doc file when updated the .doc…
-1
votes
1 answer

How to read from doc file and write into text file using java

I want to read text from doc file and write it into text file. How can I do it? Any suggestion will be highly appreciated. Thanks Mohit Singhal
-1
votes
2 answers

Find out page numbers of PDF, Docx, Doc, Ppt, Pptx files with PHP

I want this functionality in my PHP application: When user upload a document (PDF, DOCX, DOC, PPT, PPTC extensions) then after uploading user get the total number of pages of document. But without using exec() function.
gigasingh
  • 13
  • 1
  • 2
-1
votes
1 answer

Convert doc to pdf programmatically with out using WORD / thirdparty tools

Is it possible to convert a doc file to a pdf file programmatically, with out using WORD application/third party tools. Preferably in Delphi XE4. If so, how?
fr21
  • 1,746
  • 7
  • 26
  • 45
-1
votes
1 answer

Files With Extension "doc" Must Show in Browser Instead of Download

I have uploaded a doc file on my server and when i open this file by it's url then it's automatically downloaded but i want that this should open in a browser instead of downloading,please help me to resolve this issue.
Akhilesh
  • 55
  • 2
  • 5
-1
votes
1 answer

Cherrypy website does not work, where to find documentation?

Today I found out that cherrypy documentation page does not work anymore. Does anyone know an alternative source of documentation?
Roman
  • 124,451
  • 167
  • 349
  • 456