Top "Doc" questions

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

automation of Doc to PDF in c#

I have got about 200 word documents that I need to pdf. Obviously, I cannot pdf them one by one as, …

c# automation pdf-generation doc
How can I use Ghostscript to convert XPS to PDF or XPS to DOC?

Which one is the best third party libary to convert XPS to PDF and XPS to DOC.

pdf ghostscript doc xps
How to use clojure doc function?

I'm just starting with Clojure and can't access to the doc function. I'm using clojure 1.3 with emacs24 and swank-clojure. user&…

emacs clojure doc classnotfoundexception
PHP: Generate Image Thumbnail from .PDF, .DOC, and .DOCX in Linux

As the title says, I'm essentially looking for a way to generate a thumbnail from a .DOC, .DOCX, or .PDF …

php imagemagick docx doc
PDF or Word creation documents with Yii?

Hello I'm building an application with Yii that will now generate reports. My client wants to edit the reports after …

php yii ms-word pdf-generation doc
Read Microsoft Word Documents into Plain Text (DOC, DOCX) in Java

I'm looking for something in Java to read in Word documents to process their text.. all I need is there …

java ms-word docx doc
How can we open files like ppt, doc, pps, rtf, etc. in Android?

Are there classses in Android that can open different kind of files like pps, ppt, docs, rtf, etc.? Please provide …

android pdf doc
How does the .doc format work?

I recently learned about the basic structure of the .docx file (it's a specially structured zip archive). However, docx is …

zip format docx doc
How to create and save a .rtf, .doc, .docx in Objective-C for iOS

I am looking to create and save either a rtf, doc or docx file on an iPad (iOS). The scenario …

objective-c ios rtf docx doc
How to read doc and docx file in java with POI api

I am trying to read doc and docx files. here is the code: static String distination="E:\\ static String docFileName="…

java apache-poi docx doc