Tagged Questions

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

learn more… | top users | synonyms

11
votes
4answers
366 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 ...
8
votes
6answers
267 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.
7
votes
3answers
1k 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 ...
7
votes
9answers
2k 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 ...
6
votes
4answers
524 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 ...
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 ...
6
votes
13answers
8k views

XML to DOC to PDF

what is the easiest(and fastest) way to perform this kind of transformation: "Data in XML" to "Some MS Word 2003 Supported format" to PDF using Java? My first guess was to fill the template with XML ...
5
votes
2answers
150 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 ...
5
votes
5answers
14k 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. ...
5
votes
10answers
6k 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 ...
4
votes
1answer
238 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
1answer
381 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.
4
votes
2answers
355 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

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).
4
votes
1answer
1k views

c# - 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
2k 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 ...
4
votes
7answers
15k 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 ...
3
votes
2answers
77 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
191 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
2answers
494 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. ...
3
votes
4answers
162 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
6answers
730 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 ...
3
votes
3answers
364 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
4answers
286 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
2answers
355 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 ...
3
votes
3answers
2k 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
3answers
625 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 ...
3
votes
4answers
5k 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...)
2
votes
2answers
68 views

how to generate doc file using php

I have a PHP file that has a variable named $data. Now I echo this variable on the page. It works fine but I want to write this variable in a doc file. How do you do this? I am using the following ...
2
votes
4answers
343 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 ...
2
votes
1answer
58 views

How can I make a webpage check to see if a link file has the wrong file type to check for another file type?

I am making a webpage that is going to have a large amount of Word documents linked on it for review. I am formatting Word lists of the files to be reviewed into a HTML page and use a macro to ...
2
votes
3answers
370 views

Convert DOC file to DOCX with Java

I need to use DOCX files (actually the XML contained in them) in a Java software I'm currently developing, but some people in my company still use the DOC format. Do you know if there is a way to ...
2
votes
1answer
260 views

Open source php doc/x to pdf conversion?

Are there any open source PHP tools that i can use to convert .doc / .docx to pdf ? If you have any good tutorials or tools that would be greatly appreciated . I was looking into phpLiveDocx but ...
2
votes
2answers
706 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 ...
2
votes
3answers
1k views

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.. ...
2
votes
2answers
2k 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 ...
2
votes
2answers
353 views

Converting a DOCX to a DOC in Ruby

How do I convert a DOCX file to a DOC using Ruby?
2
votes
5answers
2k 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 ?
2
votes
5answers
455 views

Uploading PDF or .doc and security

I have a script that lets the user upload text files (PDF or doc) to the server, then the plan is to convert them to raw text. But until the file is converted, it's in its raw format, which makes me ...
2
votes
2answers
339 views

Problem with saving .doc as .xml

What I'd like to achieve is to force MS Word not to split specific strings when saving .doc or .rtf file as .xml. For example, now from something like: Something: ***TABLE_NAME.COLUMN_NAME*** or ...
2
votes
3answers
342 views

Tools to manipulate doc file and convert them to pdf

I am looking for some good tools (free or paid, though free tool is always preferred) for doing following operations on word doc files: Manipulation of doc/docx/text files (like replacing some ...
2
votes
2answers
724 views

XPS to Doc(x) Conversion via .Net?

Good morning, does anyone know of a (native) .net way to convert xps documents to docx or finally to a normal (non wordml) .doc? As in not using office automation and rather some native (3rd party) ...
2
votes
4answers
14k views

Convert .xls,.doc files to PDF with C#

i wanna convert any Excel or Doc file to PDF with C# (ASP.NET) .. Is there any component or any other solution for this ? Thanx
2
votes
2answers
190 views

How can I convert formatted text on a webpage and in the database to RTF or doc

I have some formatted data that needs to be saved from the web page as a word document or rtf, something ubiquitous so I am thinking RTF. What is the easiest way to save something from .net as rtf? ...
1
vote
4answers
48 views

Php - Upload doc, docx, pdf - extract all content

is there anyway to perform OCR while uploading a document? can we index the entire document? can the search engine index the entire document? Even though users are required to pay to view the full ...
1
vote
1answer
26 views

Is it possible to convert .doc to Spannables

Is there anyway you can convert a .doc .docx to a spannable text. I have looked through through the internet and unfortunately I dont think its possible but I thought I might as well throw out the ...
1
vote
2answers
39 views

how to open another app in a tabhost / how to open a word doc within a tabhost of android?

i've been trying to create an app that could open multiple activities with the help of the tabhost. one of the support is i would like to open a word document within my app. i know how to open one ...
1
vote
3answers
58 views

Convert DOC to PDF [closed]

I know this question has been asked over and over, but I can't find the answer I'm looking for. So I'll shamelessly try again. I'm looking for a reliable, stand-alone tool for converting Word ...
1
vote
1answer
66 views

Is it possibile get thumbail image from .doc or .xls document?

I'm looking for create an image thumbnail from a MS doc/xls document's page, but I found nothing about it. For pdf documents I used Quarz framework, but I can't in this case. Some help?
1
vote
1answer
103 views

Perl module for generating .doc or .docx document files

Perl is famous for having lots of modules for almost any programing task can occur while programming on it. But is there any module that can generate .doc (.docx) files? Assume there is huge business ...

1 2 3 4