Remove metadata from PDF and DOCX files instantly in your browser.
- 100% Client-Side - Files never leave your device
- No Uploads - All processing happens locally in WebAssembly/JS
- Works Offline - Can be installed as a PWA
- Selective Removal - Choose which metadata fields to strip
- Batch Processing - Clean multiple files at once
Title, Author, Subject, Keywords, Creator, Producer, Creation/Modification Dates
Title, Subject, Creator, Keywords, Company, Manager, Last Modified By, Revision, Template, and 10+ more fields
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build- React + TypeScript + Vite
- pdf-lib - PDF manipulation
- JSZip - DOCX (OOXML) handling
- Lucide React - Icons
MIT