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

Online Doc,Docx viewer in php?

how can view a doc,docx files using php? there is any php or jquery script is available . i need to show job seekers resume by open the document in online or any function or classes are available . please let me know your suggestions .
Jothi Kannan
  • 3,320
  • 6
  • 40
  • 77
-1
votes
1 answer

wxWidgets 2.9 learning resources

I have a problem with wxWidgets 2.9. I just can't find any single tutorial/ebook/whatever about it. The VERY few that I found are for 2.8 and do not work with 2.9 (which is better and I want to use 2.9). The wxwidgets documentation is very poor…
user1873947
  • 1,781
  • 3
  • 27
  • 47
-1
votes
1 answer

Converting HTML to DOCX

I'm looking for all existent possibilities to convert an HTML document to a DOCX one. Context : I have some documentation that it's written and maintained in HTML (No complex thing, just simples H1, H2, P, IMG elements), and I would like to convert…
Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
-2
votes
3 answers

Multiple file reading loop and distinguishing between .pdf and .doc files

Am writing a Java program in Eclipse to scan keywords from resumes and filter the most suitable resume among them, apart from showing the keywords for each resume. The resumes can be of doc/pdf format. I've successfully implemented a program to…
user11422223
-2
votes
1 answer

Automating the process of creating doc word

I have a .doc template I use for building CVs for many friends. I'm trying to automate this process using simple library/program, for exmaple, that can accept data like name, email, phone number, job title, and can create the .doc…
Tal Yitzhak
  • 117
  • 11
-2
votes
1 answer

conversion of word file into tex file

I need to convert my manuscript which is in word .doc format with math type equations into latex file. The problem is that majority of convertors do not handle with math type equations. How can I deal with that. Thanks a lot.
-2
votes
2 answers

how to view docx, xls, xlsx in browser using laravel?

I am using the below code. but still it's downloading the files instead of viewing. public function viewFiles(StoreBusinessDevelopment $request, $file, $id) { $businessDevelopment = BusinessDevelopment::select('created_by', 'rfp_id') …
Kiran Kumar P
  • 113
  • 2
  • 8
-2
votes
1 answer

xml file to csv file python script

I need a python script for extract data from xml file I have a xml file as shoen below: Update Image 22.02 Firmware for Delta-M Series
Sanjeev Kumar
  • 13
  • 1
  • 4
-2
votes
1 answer

Starting format for text file to be converted to other formats

I need to write a document using images, texts, hyperlinks... And then convert it to PDF and DOC (but in the future it can be converted to more file formats). What's the best "starting format" for this document?
faday
  • 1
-2
votes
1 answer

binary structure of a Word file

I'm looking for tutorials that help me understand the binary structure of a Word file; a detailed analysis of the structure (the header block of the file, the other block, their beginning, their purpose etc).
mounir
  • 1
  • 3
-2
votes
1 answer

How to Archive Document in Java project (DMS)

i'm developing a DMS. i'm currently working on the document management system aspect , like Managing PDFs and Docs; Now I want my application to be able to show all the existing PDF and DOC files on the computer in my application. so that they…
Adrino
  • 17
  • 2
-2
votes
2 answers

read .doc file using scala

I want to read .doc file in scala. I tried using apache.poi library for this but the method HWPFDocument(java.io.InputStream istream) accepts java io stream. If anyone can shed some light on this, that would great!
Priyanka
  • 82
  • 1
  • 8
-2
votes
1 answer

How to read colored text from a Microsoft Word document

I am using Python 3.4 on Windows 7. I have a Microsoft Word (.doc) file which contains data. Some portion of that data is colored in red and underlined as well. How can I extract those particular lines?
sam.k
  • 1
  • 2
-2
votes
1 answer

How to generate a report in PDF and DOC with Console Application?

I want to generate a report by the Console Application to DOC and PDF how can I do this?
user3154466
  • 23
  • 2
  • 5
-3
votes
1 answer

[iPhone]Have a way (or library) to create .doc files in iPhone app?

Have a way (or a library) to create .doc files in iPhone app ?
hungbm06
  • 1,549
  • 6
  • 24
  • 32
1 2 3
56
57