1

I think odt files are ziped files.

Why odt file can not be opened by zip but can be opened by open office?

And a zip file not complete can also be unziped??

Who is familiar with zip format?

Bruce Dou
  • 4,673
  • 10
  • 37
  • 56

5 Answers5

5

ODT files may or may not be zipped. It could also be a plain basic XML file (see http://en.wikipedia.org/wiki/OpenDocument#Specifications).

Also, there are several versions of the ZIP file format that may or may not inter-operate well, so maybe it's just your ZIP utility not being able to read the particular format your ODT file uses.

Romain
  • 12,679
  • 3
  • 41
  • 54
2

Rename the file's extension to zip. In that case, it should open with the zip unarchiver (tested with 7-Zip, PowerArchiver, Total Commander).

The problem seems to lie with the archivers' extension sniffing: PowerArchiver (albeit an old, old version) had problems opening the file when the extension was odt, but worked fine with zip.

Of course, the file extension odt will probably be associated with OpenOffice, so double-clicking the file will start OpenOffice.

Piskvor left the building
  • 91,498
  • 46
  • 177
  • 222
0

You can try with 7zip for .odt, If those are zip files, supposed to able to open.

a zip file not complete, you mean broken zip files?, its depends on how its damage. even you can open it, you will not get desired results.

YOU
  • 120,166
  • 34
  • 186
  • 219
0

Finally, i found the file is doc format, but saved as odt. This file is searched by google.

Bruce Dou
  • 4,673
  • 10
  • 37
  • 56
-2

odt files are open office document text files.

Steve De Caux
  • 1,779
  • 12
  • 13