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

learn more… | top users | synonyms

21
votes
6answers
11k views

API Documentation Theme or Template

I am looking for either a Wordpress theme, or just the raw CSS, Images, HTML of a great looking API Doc template to use. I am building a RESTFul API, and need to create documentation, and would like ...
14
votes
3answers
2k views

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> *clojure-version* {:major 1, :minor 3, :incremental 0, :qualifier ...
14
votes
4answers
815 views

looking up c++ documentation inside of vim

I code c++, using vim. Often times, I find myself wasting time (and brekaing flow) looking up trivial things like: is std::string.substring does it take (start, length) or (start, end). This often ...
9
votes
3answers
4k views

Advice for learning Linux x86-64 assembly & documentation

Does anyone have documentation pertaining to learning the fundamentals of Linux x86-64 assembly? I'm not sure whether or not to learn it as is, or to learn x86 first, and learn it later, but being as ...
9
votes
7answers
2k views

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 links.
8
votes
7answers
3k views

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 not formated like a doc. How does a doc file work? What is the file ...
8
votes
5answers
25k views

iTextSharp - Convert word doc/docx to pdf

I understand iTextSharp can be used for converting a document to pdf. But first we have to create a document from scratch using iTextSharp.text.Document and then adding elements to this document. ...
8
votes
3answers
775 views

Generating javadoc for project involving scala modules

If I have a project which has some of its modules in scala (ie java modules, scala modules side by side) - how have people solved combining scaladoc generated HTML with javadoc generated to provide a ...
7
votes
4answers
7k views

Convert a .doc or .pdf to an image and display a thumbnail in Ruby?

Does anyone know how to generate document thumbnails in Ruby (or C, python...)
7
votes
3answers
1k views

Parse Microsoft Office files in Node.JS

I'm working on a web application where users can upload Microsoft Office Document files. Right now, our server is running Node.JS with Express.js and we're hosted on Heroku. Because of this, I don't ...
6
votes
2answers
3k views

Where's the rails release notes or changelog

Rails 3.0.4 just released. But I don't see any changelog documents. So where is the rails 3.0.4 changelog? I need to know if I should upgrade all my apps to 3.0.4 from 3.0.3.
6
votes
1answer
1k views

What Linux/Unix software to use to convert html or pdf to doc?

I need to convert css styled (x)html or pdf to doc as accurately as possible and do it on Linux (and if possible also on Mac) from cli. Unfortunately OpenOffice can't handle the layout. Is there any ...
5
votes
10answers
11k views

How can I programmatically convert Word doc or docx files into text files?

I need a way to convert .doc or .docx extensions to .txt without installing anything. I also don't want to have to manually open Word to do this obviously. As long as it's running on auto. I was ...
5
votes
4answers
4k views

How to extract just plain text from .doc & .docx files? (unix)

Anyone know of anything they can recommend in order to extract just the plain text from a .doc or .docx? I've found this Best way to extract text from a Word doc without using COM/automation? - ...
5
votes
6answers
18k views

How to load MS Word document in C# (.NET)?

How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?: wordApp.Documents.Open I don't want to open MS Word, I just want that text inside. You gave me answer for ...
5
votes
2answers
588 views

Java - Convert doc/docx file to chm file

I have an idea of converting Word document(.doc/.docx) files to Help file(.chm) format. I want to use Java for the conversion of files. My formula is simple. To make the Table of Contents page and ...
5
votes
5answers
5k views

Reading or Converting word .doc files iOS

How are other apps on iOS able to read and write word docs? I see some other questions related to this and accepted answers are along the lines of "it can't be done." I don't want to just display a ...
5
votes
0answers
58 views

What's the purpose of this link in this java doc? [closed]

I am wondering what's the purpose of the link SkipLists present in this javadoc link: Once opened the link ctrl +f and type SkipLists then click on the link, I am curious to know on a scale from 0 to ...
4
votes
6answers
607 views

How do I see the python doc on linux?

In Windows, the python has a chm type document, and it is very convenient to read. But in the linux, is there any document let me to read?
4
votes
2answers
1k views

Determine if the document is DOC or DOCX in Java app without knowing its extension

There is a constraint in the content management system that requires to store all word documents with specific extension (different from DOC or DOCX). However, when outputting the document to user we ...
4
votes
5answers
6k views

How to convert ODT to DOC/RTF without openoffice.org

Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that relies on having openoffice installed ?
4
votes
7answers
4k views

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, first it will take ages, second I am sure it is not good practice to do so. I need to find a way ...
4
votes
3answers
4k views

Extract text from doc and docx

I would like to know how can I read the contents of a doc or docx. I'm using a Linux VPS and PHP, but if there is a simpler solution using other language, please let me know, as long as it works under ...
4
votes
2answers
706 views

PDF how to take preview snapshot?

When a user uploads a PDF document or ms word document, I would like to take a snapshot of the first page and display it as an image, how do I do this?
4
votes
2answers
2k views

Programmatically convert docx file to doc

What options do I have to convert .docx documents to .doc document programmatically using C#? I'm looking to do this as cheaply as possible. Ideally I want to do this directly in code via libraries ...
4
votes
3answers
892 views

Creating & Editing MS-Word documents on a linux server?

Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run ...
4
votes
2answers
2k views

PageBreak in converting HTML to doc and docx fromat - PHP

I have converted HTML to DOC format using PHP. kindly view the below screen shot. My Problem is i need to print 1st table in first page and 2nd table in second page. Here is my set of code. ...
4
votes
2answers
364 views

Is it possible to get the page number and line number in iPhone

Is it possible to get the page number and line number of particular text from doc/rtf/pdf in iPhone sdk? Can QLPreviewController or UIDocumentInteractionController be of any help? EDIT: I am trying ...
4
votes
2answers
4k views

Wordpress plugin to search into post's attachments (typically text file like doc or Pdf)

I'm looking for a plugin to extend the search into the content of attachments (typically text file like doc or Pdf).
3
votes
2answers
2k views

Change the Theme of Doxygen?

I don't really think the Doxygen HTML theme for documenting C code is good for documenting functions and procedures (though it is awesome for documenting OOP if using C++). So what I'm asking is can ...
3
votes
2answers
1k views

about python __doc__ docstring

i want to show docstring of my function, but if i use like this @cost_time def func(): "define ...." blabla print func.__doc__ it will not show the docstring,just because i use some meta ...
3
votes
3answers
11k views

How to convert html to doc in php

I need to convert a html file to doc. I am using html2pdf for pdf conversion. Is there is any same kind of library for html2doc? (PS must be free/open source) EDIT After Mark Eirich comment.. ...
3
votes
4answers
424 views

Programmatically search + replace in a .doc

If I'm given a .doc file with special tags in it such as [first_name], how do I go about replacing all occurrences of it with something like "Clark"? A simple binary replacement only works if the ...
3
votes
4answers
1k views

How to manipulate .doc files

I need to create a little desktop app in Java that creates for me a .doc file and writes a bit of text into the file. I found an interesting tool called Aspose, but i saw it is not free at all. Do ...
3
votes
1answer
4k views

convert doc to pdf in c#

How can i convert .doc to .pdf using asp.net c#. I cannot use any third party component. The code should be in C# or vb.net Compatible with VS 2005. (If not, then also please post your replies, i ...
3
votes
4answers
5k views

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 text, nothing fancy. I know about Apache POI, however it doesn't include support for DOCX right ...
3
votes
4answers
4k views

MS Office (doc/xls/ppt) and Adobe pdf reader library on iPad (iOS)

Can anyone suggest me any paid or open source library that can read office (doc, docx, xls, xlsx, ppt, pptx) and Adobe pdf documents on iPad? Actually, I want to include that library in my iPad app to ...
3
votes
3answers
957 views

perl doc/pdf/xls to HTML convertor

I would like to convert files with extensions doc/docx/xls/xlsx/pdf to HTML files. Is there any way to do that in a simple way on Solaris using Perl?
3
votes
1answer
1k views

Reading doc and docx files using C# without having MS Office installed on server

I'm working on a project (asp.net, c#, vb 2010, .net 4) and I need to read both DOC and DOCX files, that I've previosly uploaded (I've done uploading part). Tricky part is that I don't have MS Office ...
3
votes
2answers
638 views

Should I use @return self, this or the current class?

I have a method that return the current object, how do I document this? /** * set something * * @return this */ public function setSomething(){ // ... return $this; } Or should ...
3
votes
1answer
121 views

Are there any language neutral documentation frameworks out there?

I am looking to present consistent documentation for a project that spans python, erlang, c and obj-c. Is there a language neutral framework for generating api/user guide documentation out there? ...
3
votes
2answers
5k views

Generating word documents with PHP

Hey guys, do you know any way to generate doc and docx files with PHP and without COM component? I've tried PHPWord, it creates docx files, but they cannot be opened in OpenOffice, they cause OO to ...
3
votes
1answer
99 views

How to check for corrupted DOC and PDF files stored on the server with PHP? [closed]

I have a project about creating file uploading website for my university using PHP. For every uploaded file, the website must check if the uploaded file is corrupted or not. I've been searching for ...
3
votes
2answers
176 views

Opening an existing .doc file using ofstream in C++

Assuming I have a file with .doc extension in Windows platform, how can I open the the file for outputting its contents on the screen using the ofstream object in C++? I am aware that the object can ...
3
votes
3answers
2k views

How to Convert Doc to PDF

Here is some background info. I'm on a shared linux server with hostgator. I've looked at phplivedocx, pdftk, fpdf, SetaPDF-Merger API, Muhimbi PDF Converter, mbtPdfAsm, ...
3
votes
0answers
101 views

IOS SDK + how to Add Multiple pages in word doc?

In my app, I need to create a doc file with multiple pages. I have created the doc but it contains only single page which has got large data. How to break it into multiple pages?
3
votes
1answer
702 views

Can I convert between .doc and .docx using PHP only?

I have search for this on SO but all posts relating to the issue seem to require the installation of software (like the Zend framework or PHPdocx) on the server - which I am not able to do. I need to ...
3
votes
1answer
470 views

how to do post-formatting for DOC/DOCX conversion to HTML?

I am currently using OpenOffice (command-line) and JODConvertor to convert Word Documents (both .doc and .docx) to HTML for a web application I'm hosting. It works great except for one problem--the ...
3
votes
3answers
3k views

How to save the content of flowDocument in PDF and Word?

Is there a way of saving the content of flowdocument control in .pdf and .doc format not just XPS? Not a 3rd party control
2
votes
2answers
688 views

how to share odt/doc documents over git

the idea is that i want to share documents over git i thought about using Text Document (looks like docx,odt in functionality ) that can be edited with any text editor (not binary). where to find ...

1 2 3 4 5 8