メタデータを削除
PDFが抱えている、誰が作ったかを示す隠れた情報を取り除きます。
このツールはブラウザーの中だけで動きます。ファイルがアップロードされることはなく、そのことはブラウザーのネットワークタブでご自身で確認できます。 ご自分で確かめてください。ブラウザーのネットワークタブを開いて見てください。残りの作業回数を尋ねる小さなリクエストが1つだけ表示されます。ツール名とハッシュだけで、ファイルは決して含まれません。
このツールでできること
This clears the information a PDF carries about itself rather than anything on its pages. That is more than the author field people expect: the document properties, the XMP packet, the private data an editor left under /PieceInfo, per-page metadata, and the identifier in the trailer. The file is read first, so the result can tell you what was actually found and what was removed.
Use it before a document leaves your organisation: a tender response that should not name the person who drafted it, a CV that would otherwise carry your employer's file server path, or a template you are publishing that still credits the client you built it for.
仕組み
- Drop the PDF onto this page.
- Leave Keep the title off unless the title is deliberate and public - it is often a file path or a working name nobody meant to publish.
- Leave Keep the dates off if you are anonymising. The timestamps are a fingerprint, and clearing them clears the document identifier with them.
- Press Remove metadata.
- Read the report. It lists what was found in the file and what was taken out, so nothing to remove is a real and useful answer.
The gap between what people expect this to remove and what a PDF actually carries is the reason the tool exists. A file routinely records the application that produced it, the operating system account signed in at the time, the full path the source document lived at, every editing session's timestamps, and - in anything that passed through Illustrator or InDesign - a private data blob under /PieceInfo that no PDF reader will ever display to you.
The trailer identifier matters more than its obscurity suggests. It is a pair of hashes derived from the file and the moment it was written, and it survives every cleanup tool that only clears the document properties dialog. Two files carrying the same first identifier are demonstrably versions of one original, which is precisely what someone anonymising a document does not want to leave behind.
Removal here means removal, not blanking. Each entry is deleted from the file and anything only that entry pointed at goes with it, so the values are not left sitting in the bytes for anyone who opens the file in a text editor. When the properties dictionary ends up empty it is dropped entirely, because an empty one is itself a small signal about how the file was made.
This does not touch what is written on the pages. A name in a letterhead, a signature block, a footer with a file path - all of that is content, and content is what Redact PDF is for. Metadata removal makes the file anonymous; it does not make the document anonymous.
The reading and the rewriting both happen in your browser with pdf-lib. There is a pleasing consistency in that: a tool whose job is to stop a document telling strangers about you would be a strange thing to run by sending the document to a stranger.
このツールにできないこと
- Only the file's own metadata is removed. Names, addresses and paths written into the page content stay exactly where they are - use Redact PDF for those.
- Metadata stored inside embedded images, such as a photograph's EXIF block with its camera and GPS fields, is not read or stripped.
よくある質問
- 具体的に何が削除されますか?
- 文書情報ディクショナリ、つまりタイトル・作成者・件名・キーワード・作成アプリ・出力ソフト・日時に加えて、XMPメタデータのパケット、編集ソフトが文書単位とページ単位で残す/PieceInfoのデータ、ページごとのメタデータストリーム、そしてトレーラー内の識別子です。このうち実際にファイルに含まれていたものが、結果に一覧で表示されます。
- きちんと消えたか確認するには?
- 結果を好きなリーダーで開き、文書のプロパティを見てください。各項目が空になっています。もっと厳密に確かめたい場合は、ファイルにexiftoolをかけるか、テキストエディターで開いて作成者名を検索してください。項目は空にするのではなく削除されるので、見つかるものは何も残っていません。
- ドキュメントの本文からも名前が消えますか?
- いいえ。ここは区別が重要です。この処理で消えるのは、ファイルが自分自身について記録している情報です。レターヘッドに印刷された名前、署名欄に入力された名前、フッターに入っている名前はページの内容であり、それを消すことはページの墨消しにあたります。「PDFを墨消し」なら、見た目のピクセルと下にあるテキストを一緒に消せます。
- 日時とドキュメント識別子が一緒に消されるのはなぜですか?
- 同じ種類の手がかりだからです。作成日時と更新日時はファイルがいつ書き出されたかを示し、トレーラーの識別子はファイルとその同じ瞬間から作られていて、1つのドキュメントのコピー同士を結びつけます。日時を残すことはファイルの身元を残すことなので、きれいになったつもりにならないよう、この2つは一緒に扱われます。
- ファイルはどこへ行きますか?
- どこへも行きません。お使いの端末のWeb Worker上でpdf-libが読み込み、書き直します。ページから外部へのリクエストは1件も出ません。ドキュメントが自分について何かを漏らさないようにするためのツールなら、これ以外の作りは考えられませんし、ネットワークタブで確認できます。