Corrupt a PDF File Online
Corrupt a PDF online in seconds. Free browser-based PDF corrupter that destroys the xref table and %%EOF marker so no reader can open or repair the file.
- Aucun envoi
- Aucune limite de taille
- Aucune inscription
Corrompez votre fichier PDF
Réglé pour .pdf, et fonctionne tout aussi bien avec n'importe quel autre format.
Pourquoi les fichiers PDF sont difficiles à corrompre correctement
A PDF is not flat text. It is an object graph held together by a cross-reference table at the end of the file. That is why flipping a few random bytes fails on PDFs: Acrobat and most browsers rebuild a damaged xref automatically and open the document anyway.
Ce que cet outil détruit
- The %PDF- header. The first bytes declare the format and version. Overwriting them means the file is no longer recognised as a PDF at all.
- Every xref section. Each
xreftable andstartxrefoffset is destroyed, so a reader cannot locate a single object in the document. - The trailer and %%EOF. The trailer dictionary and end-of-file marker are overwritten, which defeats the reconstruction Acrobat attempts on damaged files.
- The object streams. Entropy is scattered through the compressed content streams, so even a hand-rebuilt xref points at unusable data.
Ce que vous verrez ensuite
| Application | Comportement |
|---|---|
| Adobe Acrobat | "There was an error opening this document. The file is damaged and could not be repaired." |
| Chrome / Edge viewer | Blank grey pane and "Failed to load PDF document." |
| Preview on macOS | "The file is damaged and could not be opened." |
| Gmail / Drive preview | Preview fails, but the file still uploads and downloads at the correct size. |
Raisons courantes de le faire
- Testing how a document management system handles a malformed upload.
- Checking that a PDF parsing library fails safely instead of crashing.
- Producing a realistic damaged file for a data-recovery demonstration.
- Verifying an invoice or e-signature pipeline shows the user a clear error.
Comment corrompre un fichier PDF
- Déposez votre fichier .pdf 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 PDF
Will the corrupted PDF still show the correct file size?
Yes. The output is byte-for-byte the same length as the original and keeps the same filename and .pdf extension. A file manager, email client or upload form sees nothing unusual. It simply refuses to open.
Can Adobe Acrobat repair it?
Not at Standard level or above. Acrobat repairs a PDF by rescanning it for object definitions when the xref is damaged. Because the header, every xref section, the trailer and the object streams are all destroyed, there is nothing left to rescan.
Does it work on password-protected PDFs?
Yes. Encryption applies to the content streams, but the structural landmarks we target sit outside the encrypted payload, so the result is the same.
Is my PDF uploaded to a server?
No. Everything runs in your browser using the File and Web Crypto APIs. The document never leaves your device, which means it also works offline and is safe for confidential material.