View Metadata

Inspect the hidden properties of your PDF.

Click to select a file or drag and drop

A single PDF file

Your files never leave your device.

How It Works

1

Upload File

Click or drag and drop your file to begin

2

Process

Click the process button to start

3

Download

Save your processed file instantly

Related PDF Tools

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

Frequently Asked Questions

What information can a PDF reveal about me?

The Info dictionary often holds the author's name (usually the operating system or Office username), the software used, and creation and modification timestamps. XMP metadata can add document IDs, revision history, and application details, and filled form field values are shown too. If you're about to publish or share the file, run Remove Metadata afterward.

What is the difference between the Info dictionary and XMP metadata?

The Info dictionary is the older set of fixed fields: Title, Author, Subject, Keywords, Creator, Producer, and dates. XMP is an XML block with namespaces such as Dublin Core, xmp, and pdf, and it can hold far more. The two are meant to agree but often don't, which is why the tool shows both.

Why are the dates shown differently from what Acrobat displays?

PDF dates are stored as strings like D:20240101120000Z. The tool converts them to a readable date in your local time zone, so the hour can differ from a viewer that shows the raw value or uses a different zone.

How can I tell which program created the PDF?

Look at the Creator field (the application that made the original document, such as Word or InDesign) and the Producer field (the library that wrote the PDF, such as Acrobat Distiller or a PDF engine). The XMP section usually repeats them as xmp:CreatorTool and pdf:Producer.

Does it show the values filled into form fields?

The Interactive Form Fields section lists each field name with its current value, or Not Set when empty, which is a quick way to check what data a filled form contains before sending it.

Can I copy or export the metadata?

The Copy Metadata as JSON button puts the Info dictionary fields on your clipboard as a JSON object. The XMP tree and form field values are displayed on the page but aren't included in the copied JSON.

Can I change what I see here?

This tool is read-only. Use Edit Metadata to change the title, author, keywords, and dates, or Remove Metadata to strip everything before publishing.

Is the PDF uploaded to read its metadata?

No. The file is parsed by pdf.js in your browser as soon as you select it, and nothing is transmitted, so you can inspect a sensitive document before deciding where it goes.