How to use PDF Metadata Viewer
- 1
Upload the PDF file securely in your browser.
- 2
The tool will instantly read the internal structure.
- 3
View the document properties like Author, Exact Dates, and Creator software.
View hidden metadata properties (Title, Author, Creator, Dates) inside any PDF document locally.
Upload the PDF file securely in your browser.
The tool will instantly read the internal structure.
View the document properties like Author, Exact Dates, and Creator software.
No. The file is analyzed completely locally within your browser. It is never uploaded to any server.
Every PDF file you receive or create carries a hidden passenger: metadata. This is a structured collection of properties that describe the document beyond its visual content. The author's name, the software used to create it, exact creation and modification timestamps, and the document title — all of this lives silently in the background, often without the document creator realizing it's there.
This PDF Metadata Viewer extracts and displays all of these hidden properties in seconds, running entirely in your browser. It's useful for verifying document authenticity, auditing document history, understanding what information a PDF is broadcasting about its origins, or simply satisfying curiosity about an unknown file. No upload is required — your documents stay on your device.
PDF metadata is stored in two primary locations within the file structure:
1. The Document Information Dictionary — Located near the end of the PDF, this dictionary contains standard key-value pairs. The keys follow the PDF spec:
/Title — Document title/Author — Name of the author/Subject — Document subject/description/Keywords — Searchable tags/Creator — The original application (e.g., "Microsoft Word 2019")/Producer — The PDF conversion engine (e.g., "PDFKit 0.13", "Adobe PDF Library 21.x")/CreationDate — Format: D:YYYYMMDDHHmmSSOHH'mm' (a compact ISO-like timestamp)/ModDate — Date of last modification2. XMP (Extensible Metadata Platform) — A more modern, XML-based metadata format embedded in the PDF's binary stream. Used by Adobe tools and newer authoring software, XMP can carry much richer structured metadata.
The tool uses pdf-lib or PDF.js to read the file locally and access the document's information dictionary without rendering any pages. The extraction is instantaneous and happens entirely in RAM.
Why does it matter?
A document author field set to "John Smith" on what was claimed to be an anonymous letter immediately raises questions. A /Producer showing "PDF Redirect Professional" on a supposedly original signed contract suggests the file was re-printed from the internet. Metadata tells the story behind the story.
Journalists & Researchers: Verify the provenance of documents. Who created this file? When? Which software? These details can validate or challenge a document's claimed origins.
Legal Teams: Ensure documents shared during discovery fully disclose their origin application and timestamps. A ModDate that postdates the stated signature date is a red flag.
IT Administrators: Audit documents before publishing on company websites to ensure metadata doesn't expose internal author names, internal server paths (common in Creator fields from some tools), or version history.
Academics: Check that submitted student work doesn't reveal modification dates inconsistent with the stated work period.
Businesses: Before sharing proposals or contracts externally, verify what the metadata reveals about your internal tooling and team.
Always check metadata before sharing sensitive documents publicly. The Creator field often exposes which software version you're running. The Author field may reveal an employee's full name when you intended to share anonymously.
Compare CreationDate vs. ModDate. A document modified years after its creation date can indicate tampering, especially for documents used as legal evidence.
Use this tool alongside PDF Metadata Editor for a complete view-then-clean workflow: view what's there, then edit or clear it before distributing.
Pay attention to the Producer field. This often reveals the PDF conversion library or tool, which can help determine if a document is truly "original" or was re-generated from another file.
Not all PDFs have metadata. Some documents — especially those generated by minimal PDF libraries or stripped for privacy — may show blank values across all fields.
The viewer cannot read metadata from encrypted PDFs unless the read password is first removed.
XMP metadata and the Information Dictionary sometimes conflict. Some tools write different values to each location. In such cases, the viewer will display what it finds; the XMP version is generally considered the authoritative source in Adobe-compliant workflows.
Metadata reflects software, not necessarily intent. A "Microsoft Word" Creator field doesn't mean the document is fabricated — it just means it was originally authored in Word.
Your data never leaves this device. All processing is handled locally by JavaScript.
Your files are processed securely in your browser