tiemio26 downloadsAutomatically strips privacy-sensitive metadata from images and PDFs added to your vault.
An Obsidian plugin that automatically strips privacy-sensitive metadata from images and PDFs when they are added to your vault.
| Format | Metadata removed |
|---|---|
| JPEG | EXIF, IPTC, XMP, comment data |
| PNG | Text chunks, EXIF data |
| WebP | EXIF, XMP data |
| Info dictionary, XMP metadata packets |
main.js, manifest.json, and styles.css (if present) from the latest releaseimage-metadata-stripper in your vault's .obsidian/plugins/ directory| Setting | Default | Description |
|---|---|---|
| Enable metadata stripping | On | Automatically strip metadata from supported files added to the vault |
| Strip JPEG metadata | On | Remove EXIF, IPTC, XMP, and comment data from JPEG images |
| Strip PNG metadata | On | Remove text chunks and EXIF data from PNG images |
| Strip WebP metadata | On | Remove EXIF and XMP data from WebP images |
| Strip PDF metadata | On | Remove Info dictionary and XMP metadata from PDF files |
| Keep color profiles | On | Preserve ICC color profile data to maintain color accuracy |
| Show notifications | On | Display a notice when metadata is stripped |
This plugin processes all files locally within your vault. No data is sent to any external service. Metadata is permanently removed from the file — this cannot be undone.