Questions tagged [docx]

DOCX is a file extension of the Office Open XML (OOXML) document format. OOXML documents are zipped, XML-based file formats developed by Microsoft for representing a variety of office suite types of documents.

84 questions
76
votes
4 answers

How do I see the XML of my DOCX document?

I want to see my .docx in its pure XML format. Various application like internet browsers and visual studio will open the file up in Word for me. I've also tried renaming the document to .xml extension and it just opens up in notepad showing a bunch…
RoboShop
  • 3,328
  • 10
  • 31
  • 44
71
votes
3 answers

Why are PDFs generated from MS Word so large?

I created a simple MS Word document containing just this sentence: This is a small document. Nothing else. Then I've saved this document as DOCX and a PDF. Here are the file sizes: DOCX: 12 kB PDF: 89 kB This difference is huge, technically, and…
Borek Bernard
  • 13,278
  • 29
  • 78
  • 93
48
votes
4 answers

How can I unlock a Microsoft .docx document?

I have a Microsoft .docx document that is locked down and can't even be viewed without the forgotten password. I'm wondering if there is an easy way to unlock it or get the computer to remember the password itself with a hint or something.
Richard
  • 861
  • 4
  • 10
  • 14
36
votes
1 answer

re-zipped docx files don't open in Word

I've had success unzipping and examining the interior of a .docx file, but I can't seem to get the re-zipping to work properly. I've tried no compression (command line: zip -0r ...), the archive utility, and a 7zip plugin but none of that works. All…
acsmith
  • 463
  • 1
  • 4
  • 5
25
votes
2 answers

What are the end bytes of *.docx file format

I have a hard disk that was formatted and reinstalled its OS. The problem is, it wasn't booting before formatting and the data backup that I've made before formatting, for some reason, don't have all the files. There are Microsoft Word *.docx files…
J Rui Pinto
  • 369
  • 3
  • 6
8
votes
3 answers

Configure Google Chrome to open .docx files in Microsoft Word instead of just downloading them

When I click on a .docx attachment, Chrome just downloads it. I want it to launch Microsoft Word to open it. How do I change this?
Christo
  • 91
  • 1
  • 1
  • 2
7
votes
2 answers

Identifying .doc/.docx files that contain images

I'm moving my notes to evernote. To this end I need to convert .doc/.docx files to rtf. The reason for this is that I have a script to import rtf into evernote. However, some of my .doc/.docx files contain images. Is there any way to identify which…
rev
  • 173
  • 4
7
votes
4 answers

What does X denotes in ASPX, DOCX, XLSX, PPTX etc?

Previously there were ASP, DOC, XLS, PPT etc and now ASPX, DOCX, XLSX, PPTX respectively. What does X denotes in ASPX, DOCX, XLSX, PPTX etc?
Manish
  • 201
  • 1
  • 4
  • 9
6
votes
7 answers

Which doc format should I use in LibreOffice if other users open it in MS Office

I often share documents with colleagues. I use LibreOffice (and OpenOffice). But my colleagues use Microsoft Office. My documents always look differently when opened in MS Office (.doc and .odt format). Converting them to pdf is not an option as the…
5
votes
1 answer

Internet Explorer does not open docx files, saves them as zip

I have several docx documents on an Intranet for my work, but IE8 refuses to open them, instead only saving them as a zip (filename_docx.zip). This seems to be only an IE8 problem as both FF and Chrome open the documents just fine. Unfortunately as…
David Gard
  • 1,419
  • 8
  • 24
  • 40
5
votes
3 answers

DOCX to PDF conversion loses hyperlinks on Mac OS X

I have a DOCX file that I'm trying to export from Word to PDF, but any way I try this, the hyperlinks stop working. Both the native PDF "Save As.." option and Print → "Save as Adobe PDF..." that comes with Acrobat Pro, all lose hyperlinks. How can…
Paul
  • 401
  • 1
  • 5
  • 6
4
votes
2 answers

Unzip error "End-of-central-directory signature not found"

I have a ZIP file that open in Windown/MS Word, (actually it is a .DOCX file). Opening it with LibreOffice / Mac produces: General Error. General input/output error. File says: ../Commission Plan.docx: Zip archive data, at least v2.0 to…
William Entriken
  • 2,154
  • 4
  • 24
  • 37
4
votes
1 answer

How to count the number of review comments from a specific author in Word?

I have a large MS Word document with a high number of review comments (track changes feature). I'd now like to get a list of authors and the number of review comments. The number of authors is not too long, so if I can get the information for one…
Thomas Weller
  • 5,165
  • 8
  • 48
  • 85
3
votes
1 answer

How do I print multiple DOCX files alphabetically?

I have a ZIP file that my PHP web application outputs. It contains merged DOCX files with user names for printing. The file structure is just like this: Adam Gray.docx Amanda Black.docx Benjamin Franklin.docx Zane.docx When we select all the…
CGSmith105
  • 133
  • 5
3
votes
2 answers

Why can I open .docx with OpenOffice but not .odt with Word?

I am using Office 2007 and OpenOffice 3.3. I have to be able to open and save documents in both formats .docx and .odt. As .odt is an open format why can't Word open and save documents in that Format? Edit: Is there a program to open and save both…
user215113
  • 101
  • 2
  • 9
1
2 3 4 5 6