Skip to content

About us

Free tools for the layer of a PDF that never shows on the page.

EditPdfMetaData exists because the standard way to handle PDF metadata online — upload the file to a stranger's server, wait, download the result — is the wrong trade for a job that needs no server at all. So we built a toolset that runs where your file already is.

  • No uploads
  • No sign-up
  • Free forever

Why it exists

Reading and writing PDF metadata is a small job.

It touches a dictionary near the end of the file and one optional XML stream. It doesn't require rendering a single page or uploading a single byte. So the sensible implementation is the one that keeps the document on your machine — and the tool that does that isn't just more private, it's faster, has no size limit, and works offline.

Most of what people need from these tools comes in three shapes: read what's actually in a file, correct the fields that shouldn't be there, or clear the file entirely. We made one dedicated page for each, built on the same editor, so the job you came for is never buried inside a conversion wizard.

The lines we hold

What the toolset does, and what it deliberately doesn't.

It does

  • View every property a PDF carries — Info dictionary, XMP packet, custom keys, page count, encryption status.
  • Edit all nine standard fields plus unlimited custom properties, with a change list before you download.
  • Remove all metadata in one click, from both stores, with an honest note about what that does and doesn't cover.
  • Export and import metadata as JSON, so a consistent title, author, and keyword set can be applied across a batch of files.

It doesn't

  • No uploads. There is simply no endpoint here that accepts a document.
  • No accounts, no emails, no watermarks, no daily quotas, no size caps.
  • No tracking, analytics, session recording, or fingerprinting — the Network tab stays silent.
  • No claim that stripping metadata makes a document anonymous. It's a necessary step, not the whole job.

Design principles

Three rules the whole site is built on.

  1. 01

    Your files stay on your device

    Every tool here is a static page plus JavaScript. Your PDF is read, parsed, and re-saved inside the browser tab you already have open. There is no upload endpoint, no account, and no file ever stored in our name — the privacy policy spells out exactly what little there is to know.

  2. 02

    A real job, done properly

    A PDF can keep two independent copies of its metadata — the Info dictionary a reader shows you, and an XMP packet holding the same details as XML. Most tools clear one and silently leave the other. This one handles both, and the change list shows you exactly what will be written before you download.

  3. 03

    No dark patterns, no premium tier

    There are no watermarks, no size caps, no daily quotas, and no future where the useful feature moves behind a paywall. The page loads immediately, the library loads only when you first pick a file, and everything keeps working with your network disconnected.

See the toolset for yourself.

Load a PDF, watch the network stay silent, and keep your document on your own device.

Open the viewer