Corrupt an ODT File Online
Corrupt an OpenDocument Text (.odt) file online for free. Destroys the ODF package so LibreOffice and OpenOffice cannot open or repair it.
- Sem envio
- Sem limite de tamanho
- Sem registo
Corrompa o seu ficheiro ODT
Afinado para .odt, .fodt, e funciona igualmente bem com qualquer outro formato.
Porque os ficheiros ODT são difíceis de corromper como deve ser
OpenDocument Text is a ZIP package containing content.xml, styles.xml and a manifest. LibreOffice is notably tolerant of damaged ODF files and will often reconstruct a document from whatever parts it can still read, so partial damage rarely produces a genuinely broken file.
O que esta ferramenta destrói
- The mimetype entry. ODF requires an uncompressed
mimetypeentry as the first item in the archive. Destroying it breaks format detection immediately. - content.xml and styles.xml. The local file headers for the document body and its stylesheet are overwritten.
- META-INF/manifest.xml. The manifest listing every part in the package is destroyed along with the central directory.
- The EOCD record. Without the end-of-central-directory record the file is no longer a ZIP archive at all.
O que vai ver a seguir
| Aplicação | Comportamento |
|---|---|
| LibreOffice Writer | "The file is corrupt and therefore cannot be opened." Repair produces nothing. |
| OpenOffice | Reports a general input/output error on the document. |
| Microsoft Word | Refuses the ODF import filter. |
| Google Docs | Import fails with an unsupported-file message. |
Motivos comuns para fazer isto
- Testing an ODF import path in a document management system.
- Verifying a converter that handles OpenDocument input fails cleanly.
- Producing damaged ODF samples for a public-sector document workflow test.
- Demonstrating package-level corruption in an open standards workshop.
Como corromper um ficheiro ODT
- Largue o seu ficheiro .odt na caixa acima, ou clique para procurar.
- Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
- Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
- Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.
Perguntas frequentes sobre ODT
Why is ODT harder to break than DOCX?
LibreOffice tries harder to recover. It will happily rebuild a document from a partially readable archive, so anything short of destroying the container tends to still open.
Does it work on flat ODF (.fodt) files?
Yes, though flat ODF is a single XML file rather than a package, so it is handled with the text profile instead.
Will LibreOffice offer document recovery?
It may prompt, but recovery fails at Standard level and above because the manifest and central directory are both gone.