Microsoft Word is a commercial word processor designed by Microsoft.
86
votes
13answers
37k views
Best way to show code snippets in word?
Does anyone know a good way to display code in Microsoft Word documents?
I have tried to include code as regular text which looks awful and gets in the way when editing regular text. I have also ...
41
votes
18answers
41k views
What's a good Java API for creating Word documents?
I have a new app I'll be working on where I have to generate a Word document that contains tables, graphs, a table of contents and text. What's a good API to use for this? How sure are you that it ...
34
votes
16answers
23k views
How can a Word document be created in C#?
I have a project where I would like to generate a report export in MS Word format. The report will include images/graphs, tables, and text. What is the best way to do this? Third party tools? What ...
28
votes
17answers
17k views
What is the best free way to clean up Word HTML?
Please provide the single best option you are aware of.
24
votes
8answers
20k views
How do I convert Word files to PDF programmatically?
I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached.
I have found ...
18
votes
14answers
40k views
Create Word Document using PHP in Linux
Whats the available solutions for PHP to create word document in linux environment?
17
votes
9answers
11k views
Can I merge two Microsoft Word documents reliably with Subversion?
We have concurrent edits happening on Word documents and I want to make sure that Subversion can handle merging .doc files. Do you know if Subversion handles merges of Word documents well?
16
votes
10answers
6k views
How can I read a Word 2007 .docx file?
I'd like to search a Word 2007 file (.docx) for a text string, e.g., "some special phrase" that could/would be found from a search within Word.
Is there a way from Python to see the text? I have ...
14
votes
8answers
3k views
Is there a way to generate word documents dynamically without having word on the machine
I am planning on generating a Word document on the webserver dynamically. Is there good way of doing this in c#? I know I could script Word to do this but I would prefer another option.
13
votes
4answers
515 views
How do I generate a document (.rtf, .doc, .odt) from R
what's the best way to generate a word-processor file (ideally as platform-independent as possible, but native Word formats will do), with images in it, from the statistical language R?
13
votes
5answers
8k views
How can I create a Word document using Python?
I'd like to create a Word document using Python, however, I want to re-use as much of my existing document-creation code as possible. I am currently using an XSLT to generate an HTML file that I ...
13
votes
24answers
1k views
MS Word is evil! Is there a good alternative?
As a developer I really don't like writing documentation but when I have to I'd like to make the process as painless as possible.
The problem with Word is that it constantly gets in my way. I worry ...
13
votes
7answers
10k views
Creating Microsoft Word (.docx) documents in Ruby
Is there an easy way to create Word documents (.docx) in a Ruby application? Actually, in my case it's a Rails application served from a Linux server.
A gem similar to Prawn but for DOCX instead of ...
13
votes
9answers
1k views
Who uses DocBook?
I was wondering what people use for Documentation and saw that this had already been asked here
There seemed to be a lot of votes for LaTeX, I'm an advocate of LaTeX over Word due to its WYGIWYW ...
12
votes
3answers
804 views
Context menu disappears with Word automation
When I am editing a Word document in an OleContainer (inplace) and I switch to another Word document and then I switch back, I cannot use my rightmouse button anymore. The context menu will not show ...
12
votes
9answers
11k views
Java library for converting Word documents to PDFs or images
What I need to do is convert Microsoft Word .doc files to PDFs or images. This has to occur in Java.
I have done a fair bit of investigation already. I've tried Davisor Publishor but it doesn't give ...
11
votes
4answers
711 views
What are Useful Ranking Algorithms for Documents without Links (e.g. PDF, MS Documents, etc…)?
I've looked at Algorithms of the Intelligent Web that describes (page 55) an interesting algorithm - called DocRank - for creating a PageRank like score for business documents (i.e. documents without ...
11
votes
1answer
3k views
How to parse word documents with ruby?
Does anyone know of a library that I can use on OS X/Linux to parse Word files and output the content as HTML?
I've had a look at win32ole but as far as I can see it's for Windows only, although I ...
11
votes
14answers
37k views
Reading/Writing a MS Word file in PHP
Is it possible to read and write Word (2003 and 2007) files in PHP without using a COM object?
I know that I can:
$file = fopen('c:\file.doc', 'w+');
fwrite($file, $text);
fclose();
but Word will ...
10
votes
8answers
15k views
How can I include value of sharepoint's version column in a word document?
I'm trying to work out a way to display the contents of the version column from sharepoint (i.e. the value that changes every time a file is checked in) as a field (or something similar) inside of a ...
10
votes
2answers
2k views
Word Automation: Write RTF text without going through clipboard
I am trying to replace the current selection in Word (2003/2007) by some RTF string stored in a variable.
Here is the current code:
Clipboard.SetText(strRTFString, TextDataFormat.Rtf)
...
9
votes
6answers
3k views
Adding MS-Word-like comments in LaTeX
I need a way to add text comments in "Word style" to a Latex document? I don't mean to comment the "source code" of the document. What I want is a way to add corrections, suggestions, etc. to the ...
8
votes
6answers
931 views
Programmatically clean Word-generated HTML while preserving styles?
In my current company, we have this decade old...let's call it a "Hello World" application.
While wanting to create a newer version of it, we also want to preserve older entries. These older entries ...
8
votes
6answers
931 views
What's the best way to use MS Word to write a 60 page technical document
I'm revising an existing 60 page PDF document for a new product. I have to use MS-Word. Is there a good reference on the best practices for using Word? For instance, I've heard that it's best to keep ...
8
votes
12answers
7k views
How to compare two word documents?
Businesses Analyst from my team keeps sending us the updated Requirements documents often and I end up hunting the recent changes by comparing the old version. Is their a good way of comparing the ...
8
votes
6answers
3k views
Best way to extract text from a Word doc without using COM/automation?
Is there a reasonable way to extract plain text from a Word file that doesn't depend on COM automation? (This is a a feature for a web app deployed on a non-Windows platform - that's non-negotiable ...
7
votes
3answers
482 views
Merging Word documents in Ruby
I have N Word documents (Office 2003) from which I want to make a single Word document by merging all the N documents together in some order. How do I go about doing this in Ruby? Thanks!
It's just ...
7
votes
4answers
568 views
How can I convert an .rtf or .doc document to LaTeX?
Unfortunately, I can't use rtf2latex2e because it says that DropUNIX "no longer supports the classic environment". I barely know what I'm doing otherwise, besides dropping my .rtf file onto the ...
7
votes
1answer
997 views
Merge Microsoft Word documents with TortoiseSVN
TortoiseSVN has a nice VBA script that allows to merge Microsoft Word documents using Word builtin change tracking functionality. This way, when I merge changes from a branch into the trunk I can ...
7
votes
5answers
1k views
Microsoft.Office.Interop.Word documentation
I need to use the Microsoft.Office.Interop.Word namespace to extract if a Word document contains macros, and which ones. The MSDN documentation for this namespace doesn't give much information ...
7
votes
13answers
22k views
Convert Word doc to HTML programmatically in Java
I need to convert a Word document into HTML file(s) in Java. The function will take input an word document and the output will be html file(s) based on the number of pages the word document has i.e. ...
7
votes
9answers
914 views
Literate programming
Literate programming is a way of developing software where documentation comes first, then the coding. One writes the documentation of a code snippet, and then writes the implementation of the ...
7
votes
4answers
4k views
Replace Placeholders in word document with c#
I have a template in word (.docx) format and want to replace some placeholders in this template with my own data, do you know where I can find the right classes for this project? It would be nice for ...
7
votes
3answers
954 views
MS Word: How do I create a shortcut or toolbar button for the “Paste Special..Unformatted Text” option?
I have been playing with this for a while, but the closest I have gotten is a button that opens the "Paste Special" dialog box and requires another couple of mouse clicks to paste the contents of the ...
6
votes
3answers
169 views
MS Word Automation in C# - Unable to cast object of type 'System.String[*]' to type 'System.String[]'
I use this code to get a String array of headings used in a MS Word 2007 document (.docx):
dynamic arr = Document.GetCrossReferenceItems(WdReferenceType.wdRefTypeHeading);
Using the debugger, I see ...
6
votes
2answers
1k views
Programmatically add footer to Office Word/Excel document
I'm looking to build a solution similar to this one:
http://esqinc.com/section/products/4/idocid.html
What the system makes is insertion of a document file name into the document footer. How's that ...
6
votes
3answers
324 views
Automated Testing OpenXML SDK
I'm implementing ms word document generation using content controls and OpenXML SDK. I'd like to have some automated testing for that code (unit tests or some easy UI automation tests).
Does anyone ...
6
votes
7answers
2k views
Clean Microsoft Word Pasted Text using JavaScript
I am using a 'contenteditable' <div/> and enabling PASTE.
It is amazing the amount of markup code that gets pasted in from a clipboard copy from Microsoft Word. I am battling this, and have ...
6
votes
2answers
188 views
Testing VSTO Applications?
I'm developing a Word 2007 VSTO application in VS2008. The part of the application that interacts with VSTO is difficult to test. VSTO objects behave differently than most class libraries. Their state ...
6
votes
3answers
211 views
In ASP.NET, how do I detect a password in a Word 2003 or 2007 file?
My users like to upload password-protected Word documents into our custom document management system. I'd like to add a validation to check for the password and refuse the upload if it has a ...
6
votes
7answers
3k views
6
votes
1answer
1k views
C# API for MS Word Equation editor
Is there an API (preferably C#) to access the object model of equations created with MS Word's equation editor? I am looking for an API like the chart object to access properties of charts in Excel, ...
6
votes
3answers
1k views
Is it possible to convert a Microsoft Word document to PDF with ColdFusion?
The above question says it all. I know you can create a PDF from an image file or HTML in ColdFusion 8 using CFPDF, but I'm wondering if it's possible to create a PDF from a MS Word document directly ...
6
votes
4answers
735 views
Convert Word doc file to docx on a server without Word
I would like to use c# to convert a doc file to docx file.
Can this be done without Word on a server?
6
votes
6answers
5k views
Creating, opening and printing a word file from C++
I have three related questions.
I want to create a word file with a name from C++. I want to be able to sent the printing command to this file, so that the file is being printed without the user ...
6
votes
9answers
11k views
extracting text from MS word files in python
for working with MS word files in python, there is python win32 extensions, which can be used in windows. How do I do the same in linux?
Is there any library?
6
votes
7answers
8k views
Version Control for word documents
How would people recommend doing version control for word documents? Is the in build control up to the job or is it better to rely on dedicated version control systems, and if so, which ones?
5
votes
1answer
82 views
IAdviseSink setup for catching MSWord document events
Here is the code where I try to setup IAdviseSink interface implemented in my TForm1 class for catching some events of the newly created MSWord document. I have not any errors while the code runs, but ...
5
votes
2answers
194 views
How to add a “Page x of y” footer to Word2007 doc as I am generating it using C#
I looked here and here and here
I tried this:
private void AddFooters()
{
foreach (Word.Section wordSection in this.WordDoc.Sections)
{
object fieldEmpty = ...
5
votes
1answer
398 views
Custom Ribbon onAction syntax question
I followed the directions here to create a custom ribbon for an Access application. But none of the buttons worked! I kept getting an error that stated Access couldn't find the function or macro, ...