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

Easiest way to insert image into docx file using PHP

I am trying to set up an export button on a website that will export some information from a database and put it into a .doc file. I'm currently doing this with: $filename = "File.doc"; header('Content-Type: application/octet-stream'); …
parrigin777
  • 178
  • 1
  • 1
  • 10
0
votes
0 answers

enabling .doc in web.config breaks codeigniter controller

I have a strange issue which I am battling to troubleshoot and cant find much assistance on web searches. I have a codeigniter website running with MSSQL and IIS. I have recently added a page that allows for the downlaoding of various file types. I…
Smudger
  • 10,451
  • 29
  • 104
  • 179
0
votes
1 answer

Generate doc file in ionic

I need to generate doc file in ionic but there is no such plugin available. Is it possible to generate doc file in cordova app? I have searched for that but only found file opener plugin. I am using jspdf to generate Pdf but client wants to edit…
0
votes
0 answers

Convert Database string which is in .DOC format to .DOCX format on the fly

I have retrieved a string which was in Byte array. I converted the byte array to string. byte[] binary = Convert.FromBase64String(entity.Attributes["body"].ToString()); string bodyContent = UnicodeEncoding.UTF8.GetString(binary); The…
0
votes
1 answer

Binding of multiple pages in crystal report

I am planing to create a web application using vb.net for generating agreemnets of our company with clients ,Its 7 page agreement in .doc format, ,currently we are manually changing the Name,place,mobile number,Amount ect from MS Word. The changes…
sameerag
  • 37
  • 1
  • 2
  • 14
0
votes
1 answer

Problems parsing a Microsoft compound document

I'm having a bit of a struggle wrestling with the compound document format. I'm working in C at the moment but am having problems with locating the directory sector. I can obtain the compound doc header which is trivial and I know the formula for…
jmgunn87
  • 1
  • 1
0
votes
0 answers

Converting a .wxp (Exp document file) in .doc or .odt

I'm stuck in trying to open an old paper written in EXP, a word processor for the creation of scientific documents. Apparently, the file is not readable with word processors in Windows and/or Linux (Ubuntu). From the website it is possible to…
maumag77
  • 55
  • 1
  • 6
0
votes
1 answer

Set A5 page size in docx4j-Java

I generate a .doc file in Java using docx4j, and I want to set the page size to a5, but in the list of available options are a3, a4, b4jis, legal, letter but not a5. Can anyone help me and give me a suggestion how to do that? I tried to generate…
adytza510
  • 1
  • 1
0
votes
0 answers

How to add digital signature to binary based office document using Java APIs?

How can i add digital signature to binary based office document (.doc, .ppt ,..) using Java APIs [for example using XML digital signature specification (JSR 105)] ? I tried using the example from : How to programatically sign an MS office XML…
Hbh
  • 60
  • 5
0
votes
0 answers

Is there any library available in android for converting .txt file to different formats(.doc,.docx)

In my projects i have to convert a .txt file to .doc and .docx format. Is there any library available in android. Thanks in advance
Divya
  • 555
  • 1
  • 4
  • 15
0
votes
0 answers

Is it possible to open a doc file in office word online using java?

I'm using Spring in my Java EE application . the users of my application can download files , I used a servlet for that . I can also open .txt and photos online using blob . Is it possible to open a .doc file online using office word online via my…
Yuri
  • 447
  • 3
  • 9
  • 19
0
votes
1 answer

Parse Author from Word 97-2003 document without Word in C#

I need to parse the "author"-property from a word document (97-2003). Preferably without using the Word COM-Object. I'am doing that same thing for .docx-documents by using the docx-nuget, but it seems that it can't handle the old .doc format. I…
Verendus
  • 1,026
  • 1
  • 13
  • 26
0
votes
1 answer

How to get .docx files based on key words

I have a sql table with the columns "candidatename", "candidatelocation" and "resume".here resume column have only .docx type files in binary form. from front end I need to enter some words or phrases. My requirement is to get all the records which…
mahesh peddi
  • 787
  • 3
  • 8
  • 21
0
votes
0 answers

how to read .doc file windows phone 8 development

In my windows phone app ,I want to read text from ".doc x" or ".doc". How can i do that . User will see a text which is read from .doc or ".doc x" file.
0
votes
2 answers

PHP to Word Template

Hi I would be grateful for someones help in this, and i am sure it has probably been asked before. I currently have a MySQL database that is accessed by my own PHP front end. I can already output to a basic word document, but what i need very…
user3169979
  • 47
  • 1
  • 7