- アップロード無し
- ローカル処理
- オフライン対応
- 自動クリーンアップ
protect / メタデータ消去
メタデータ消去
作者・XMP などの情報を削除します。
PDF をファイルトレイに追加してください。
他のツールを探す
方法論と技術的透明性
使用ライブラリ
- pdf-lib — PDF構築・編集のコアロジック
- pdf.js — PDFレンダリングとページラスタライズ
メモリ管理戦略
各操作完了後、URL.revokeObjectURL()を即座に呼び出します。pdf.jsのドキュメントハンドルはpdfDoc.destroy()で破棄され、Workerはコンポーネントのアンマウント時または処理完了時に終了されます。
ファイルを保存しないため、恒久的な保存は保証されません。パスワード保護されたPDFのローカル処理はサポートされていません。
Key Features
Strip all standard metadata
Removes Author, Creator, Producer, Title, Subject, Keywords, and the full XMP packet in one operation.
View before you clean
All current metadata fields are displayed so you can see exactly what will be removed before acting.
Selective editing
Prefer to update rather than delete? Edit individual fields and save a version with only the metadata you intend to share.
Common Use Cases
Essential before sharing documents externally to prevent leaking author names, company software names (Producer field), or internal revision history embedded in XMP data.
Frequently Asked Questions
- What metadata does it remove?
- Author, Title, Subject, Keywords, Creator, Producer, creation date, modification date, and the full XMP metadata packet.
- Is this useful for GDPR compliance?
- Yes. PDF metadata often contains personal data (author name, email in XMP). Removing it before sharing supports data minimisation obligations.
- Can I remove only specific fields?
- Yes. Leave fields you want to keep at their current value and clear only the ones you want to remove, then save.