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.
- Aucun envoi
- Aucune limite de taille
- Aucune inscription
Corrompez votre fichier ODT
Réglé pour .odt, .fodt, et fonctionne tout aussi bien avec n'importe quel autre format.
Pourquoi les fichiers ODT sont difficiles à corrompre correctement
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.
Ce que cet outil détruit
- 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.
Ce que vous verrez ensuite
| Application | Comportement |
|---|---|
| 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. |
Raisons courantes de le faire
- 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.
Comment corrompre un fichier ODT
- Déposez votre fichier .odt dans la zone ci-dessus, ou cliquez pour parcourir.
- Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
- Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
- Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.
Questions fréquentes sur 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.