Tagged Questions

Office Open XML international standard for Office documents

learn more… | top users | synonyms

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 ...
10
votes
3answers
1k views

Version-controlling zipped files (docx, odt)

There are formats that are actually zip files in disguise, e.g. docx or odt. If I store them directly in version control, they are handled as binary files. My ideal solution would be have a hook ...
9
votes
3answers
2k views

Batch conversion of docx to clean HTML

I'm starting to wonder if this is even possible. I've searched for solutions on Google and come up with nothing that works exactly how I'd like it to. I think it'd benefit to explain what that ...
9
votes
5answers
328 views

Is there a dev kit/lib (written in c or c++) to write docx files?

Is there a dev kit/lib (written in c or c++) to write docx files? Microsoft has a dev kit, but it's written in C#.
9
votes
8answers
8k views

How can I programatically use C# to append multiple DOCX files together?

I need to use C# programatically to append several preexisting DOCX files into a single, long DOCX file - including special markups like bullets and images. Header and footer information will be ...
8
votes
1answer
4k views

How can I create a simple docx file with Apache POI?

I'm searching for a simple example code or a complete tutorial how to create a docx file with Apache POI and its underlying openxml4j. I tried the following code (with a lot of help from the Content ...
8
votes
3answers
3k views

Do you have any free .Net managed code for converting DocX to PDF?

In my web project, I use DocX file type for containing report template. I need to convert DocX file type to PDF. Do you have any .Net managed code for doing that? I know several ways for solving this ...
7
votes
4answers
570 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
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
1answer
158 views

docx file corruption using byte stream and Dropbox API

We have a web app that allows users to upload files to their Dropbox account. This web app uses the Dropbox API to facilitate the upload process. After upload, when a user tries to view file type ...
6
votes
6answers
2k views

Convert XML to JSON format

I have to convert docx file format (which is in openXML format) into JSON format. I need some guidelines to do it. Thanks in advance.
6
votes
6answers
4k views

Convert DOCX to PDF programatically without Word installed?

I have a web application and I need to convert DOCX files to PDF to generate some reports wtiten in Word 2007. First I used automation and I faced a DCOM problem and finally I discovered that ...
6
votes
3answers
1k views

Merging docx files together including headers, footers and pictures

I've to merge multiple DOCX files (created with DocX Package) into one big file. I've managed to merge multiple files already but I fail to merge Headers and Footers (they differ between files, ...
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
3answers
589 views

How to zip a WordprocessingML folder into readable docx

I have been trying to write a simple Markdown -> docx parser/writer, but am completely stuck with the last part, which should be the easiest: i.e. compressing the folder into a .docx that Word, or any ...
5
votes
1answer
213 views

Clipping in DrawingML

I am creating Word DOCX files with embedded vector graphics. Apparently DrawingML is now the preferred way of inserting vector graphics. I am having trouble working out how to clip a diagram within ...
5
votes
3answers
2k views

Convert a docx document to pdf, as a service

I'm looking for a way to convert docx documents to pdf, on a system which doesn't has office installed. In the end, this is supposed to run as a service.
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
3answers
8k views

How to replace content in template docx document and Open XML SDK 2.0 (Aug 09)?

I have a "template" docx document which contains the desired layout, and wish to insert content using C#, but I cannot find a way to uniquely address specific sections of the document, such as ...
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 ...
5
votes
5answers
2k views

What is the best way to populate a Word 2007 template in C#?

I have a need to populate a Word 2007 document from code, including repeating table sections - currently I use an XML transform on the document.xml portion of the docx, but this is extremely time ...
4
votes
3answers
341 views

Programmatically convert Word (docx) tot PDF

Ok before you think "Not a other question like this" please read this first. I have a application (web application in ASP.NET MVC 3) the generates Word files in DocX using the DocX library. The ...
4
votes
1answer
468 views

Programmatically count number of characters/words/paragraphs with a specific style in a DOCX document

I need to programmatically count the characters and/or words and/or paragraphs which have been applied a specific known style in a DOCX document. I need to know 1) if this is possible and to 2) any ...
4
votes
4answers
742 views

Docx to pdf using openoffice headless way too slow

I've been using PHPWord for docx files generation. And it's been working great. But now I have the need to also make available some of those files on a pdf version. After a few research I found ...
4
votes
4answers
1k views

How can I convert a docx document to html using php?

The title says it all... I want to be able to upload an MS word document and export it a page in my site. Is there any way to accomplish this?
4
votes
3answers
558 views

view a docx file in C# .NET

I need to create C# .NET solution to view a .docx file directly from the database without writing on the hard disk. What would be the most feasible approach ? One option would be to convert the docx ...
4
votes
2answers
216 views

Is there XSLT available for transforming WordprocessingML into RTF

I currently generate docx files programmaticaly in C#. I would like to transform my doc file into RTF. This be done with an XSLT transform. Is there a transform that is publicly available? I am also ...
4
votes
5answers
532 views

Does anyone know of a way to easily convert a PDF to a docx format programmatically

We have a couple 3rd party systems that give us PDFs. We would like to convert those PDFs for display on the web without using an Adobe product. Ideally we would like to use Silverlight to render ...
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
5answers
4k views

Convert TEX files to PDF or DOCX?

I'm using Doxygen to build an API library from C# source code. Doxygen generates a library of TEX files. My client has asked for a PDF version of this API library so I need to convert the TEX file ...
4
votes
3answers
718 views

How can I query a Word docx in an ASP.NET app?

I would like to upload a Word 2007 or greater docx file to my web server and convert the table of contents to a simple xml structure. Doing this on the desktop with traditional VBA seems like it ...
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
1answer
59 views

Add an existing CustomProperty does not update the document

I am actually using the library "DocX" to generate Word document (2007+) from .Net. What is good is that it can use "docx" template to recreate or update a document. Problem: When I ...
3
votes
1answer
194 views

How to Search and Replace in odt Open Office document?

In my Delphi application I am currently do Search&Replace programmatically for doc and docx word documents using office ole automation. Does anyone has the code to do the same (for doc, docs, odt) ...
3
votes
4answers
206 views

Is there a way to upgrade word documents to 2010

Scenario: I have about 14000 word documents that need to be converted from "Microsoft Word 97 - 2003 Document" to "Microsoft Word Document". In other words upgraded to 2010 format (.docx). Question: ...
3
votes
1answer
218 views

What's the best way to generate Microsoft OOXML (docx) from a rails app?

What's the best way to generate Microsoft OOXML (docx) from a Ruby on Rails app? I'm guessing it's not using ruby. At the moment we use the rtf gem (http://rubygems.org/gems/rtf) to generate a ...
3
votes
1answer
189 views

Why does my custom XML not carry over to a new version of a DOCX file when Word saves it?

I'm adding in some custom XML to a docx for tracking it inside an application I'm writing. I've manually done it via opening the Word Document via a ZIP library, and via the official Open XML SDK ...
3
votes
1answer
190 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
1answer
173 views

Is there any way to generate a thumbnail image of a DOCX file?

I have done this using "pay" tools like ASPOSE, but I was curious if there are any open source tools out there that will do this.
3
votes
2answers
311 views

Versioning docx file in Subversion

I am wondering whether there is a method for versioning Word 2007/2010 files in subversion in the way that I can compare and blame? I have discovered that the file could be saved as XML and then ...
3
votes
3answers
612 views

Convert docX to a custom XML

I have been trying to convert my docX files to a XML I have custom-made. My users want their data converted to this XML for easier content query in their web app and they want the input to be from ...
3
votes
1answer
304 views

How to generate RSID attributes correctly in Word .docx files using Apache POI?

I have been using Apache POI to manipulate Microsoft Word .docx files — ie open a document that was originally created in Microsoft Word, modify it, save it to a new document. I notice that new ...
3
votes
2answers
332 views

Conversion between docx / doc / rtf and lightweight markup

I am looking for a tool or set of tools to convert between file formats D and M where D is a format handled by MSWord, in order of preference, docx, doc, rtf M is a lightweight markup, such as ...
3
votes
2answers
452 views

C# to replace strings of text in a docx

Using C#, is there a good way to find and replace a text string in a docx file without having word installed on that machine?
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
1answer
531 views

Does docx merging in TortoiseSVN work?

I'm trying to use some scripts that came from TortoiseSVN to do some docx merges, but the script doesn't seem to be working right. Has anybody used this feature in TortoiseSVN? How does it normally ...
3
votes
4answers
3k views

Why are .docx files being corrupted when downloading from an ASP.NET page?

I have this following code for bringing page attachments to the user: private void GetFile(string package, string filename) { var stream = new MemoryStream(); try { using ...
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
2answers
1k views

Generating docx in java

I have a docx template that I am saving as .xml and then parsing the content. Then I am generating a new updated word document. After the word document is generated I am unable to open it. It says " ...
3
votes
1answer
422 views

.NET OpenXML SDK 2 RunProperties are Null

I'm trying to read Word 2007 docx document. The document looks fine inside Word, but when i try to read id using my code, all Run objects have RunProperites set null. The property that I'm most ...

1 2 3 4 5