View PDF Metadata

View PDF Metadata
Inspect the hidden properties of your PDF document including Info Dictionary, Interactive Form Fields, and XMP Metadata.
{{ resultMessage }}
Choose a PDF file to start...
Note: Your files never leave your device.

View PDF Metadata Online — Free Tool to Inspect Info, XMP & Form Fields

What Is PDF Metadata?

PDF metadata is descriptive information embedded inside a PDF file that is not part of the visible page content. It includes properties like the document title, author, creation date, keywords, and application information. Some PDFs also contain richer metadata in XML-based XMP format, and interactive forms may expose field names, types, and default values.

Metadata serves multiple purposes: document management systems use it for indexing and search, operating systems display it in file properties, search engines use it for ranking web-hosted PDFs, and print production workflows rely on XMP for color profiles and rights management.

Example: A PDF might display as "Annual_Report.pdf" in your file manager, but its internal metadata could reveal the Title as "FY2024 Annual Financial Report," the Author as "Acme Corporation Finance Department," and XMP data showing it was created in Adobe InDesign with a CMYK color profile.


Three Types of PDF Metadata

This tool inspects three distinct metadata layers inside a PDF:

Info Dictionary (Standard Metadata)

The Document Information Dictionary is the original PDF metadata format defined in the PDF specification. It contains a flat set of key-value string properties:

FieldDescriptionExample
TitleDocument titleQ3 2025 Financial Report
AuthorDocument creatorJane Smith
SubjectTopic or purposeQuarterly analysis
KeywordsComma-separated search terms  finance, Q3, 2025
CreatorAuthoring applicationMicrosoft Word 2021
ProducerPDF generation toolAdobe Acrobat PDF Library  
CreationDate  Original creation timestampD:20250115093000+05'30'
ModDateLast modification timestampD:20250602144500+05'30'

Additional custom keys may also be present (e.g., custom fields added by other tools).

XMP Metadata (Extensible Metadata Platform)

XMP is an ISO standard (ISO 16684) for embedding structured, XML-based metadata in files. It was developed by Adobe and is widely used in creative and publishing workflows. XMP can contain:

  • Dublin Core — Title, Creator, Description, Date, Format, Language

  • IPTC — Copyright, credit line, location, category (used in photojournalism)

  • Color profiles — CMYK/RGB information for print production

  • Rights management — Usage terms, copyright notices

  • Custom schemas — Organization-specific metadata structures

XMP data is displayed with hierarchical indentation to show the XML tree structure.

Interactive Form Fields

If a PDF contains an interactive form (AcroForm), this section reveals:

  • Field names — Internal identifiers used to reference each field

  • Field types — Text input, checkbox, radio button, dropdown, signature field

  • Default values — Pre-filled values in the form fields

  • Field flags — Read-only, required, multiline properties

This is useful for developers building PDF form automation, QA teams verifying form structure, or users checking what data a PDF form collects before filling it out.

Comparison: Which Metadata Type Contains What?

AspectInfo DictionaryXMP MetadataForm Fields
FormatFlat key-value stringsHierarchical XMLStructured field objects
Standard fields  Title, Author, Subject, Keywords, Creator, Producer, DatesDublin Core, IPTC, color profiles, rightsField name, type, value, flags
ScopeBasic document infoRich, extensible metadataInteractive form data
Always presentUsually yesOften yes (Adobe tools add it)Only in PDFs with forms
Used byFile explorers, search enginesCreative tools, DAM systems, print workflowsForm automation, QA

Core Features

FeatureDescription
Info Dictionary inspectionView all standard and custom metadata fields from the Document Information Dictionary
XMP metadata inspectionParse and display XMP XML data with hierarchical indentation
Interactive form field inspectionList all form field names, types, and values in AcroForm PDFs
Empty state feedbackClear messages when a metadata section has no data (e.g., "- No XMP metadata found -")
Client-side processingAll inspection happens in your browser using pdf-lib and pdf.js. Files are never uploaded to any server
No registrationUse immediately, no account or email needed
FreeNo cost, no watermarks, no file limits

How to View PDF Metadata Online

Step 1: Upload Your PDF

Drag and drop a PDF file onto the upload area, or click to browse your device. The tool accepts any .pdf file.

Step 2: Click "View Metadata"

Click the "View Metadata" button. The tool reads the PDF's metadata in your browser and displays the results in three sections: Info Dictionary, Interactive Form Fields, and XMP Metadata.

Step 3: Review the Results

Each section displays its findings as key-value pairs:

  • Info Dictionary — Shows all standard metadata fields (Title, Author, Subject, etc.) and any custom fields

  • Interactive Form Fields — Lists form field names and their current values (only appears if the PDF contains a form)

  • XMP Metadata — Displays the parsed XML structure with indented hierarchy showing namespaces and nested properties

If any section contains no data, a clear message indicates the absence.


Common Use Cases

Privacy auditing: Before sharing a PDF externally, inspect its metadata to check for personal information (author name, email, creation dates, software used) that you may want to remove.

Digital forensics: Examine PDF metadata to verify document provenance, creation timeline, authorship claims, or software fingerprints in legal or investigative contexts.

Print production verification: Check XMP color profiles, resolution metadata, and output intents to confirm a PDF meets print production requirements before sending to a print shop.

Form field analysis: Developers building PDF form automation can inspect field names and types to understand the form structure before writing automation scripts.

Document management: Catalog and verify metadata consistency across a document library (standardized titles, authors, keywords) for searchability in DAM systems.

SEO auditing: Check Title and Keywords metadata on web-hosted PDFs to ensure search engines have accurate information for indexing and ranking.


Privacy Statement

No data is transmitted to any server. No files are stored or logged. The PDF content remains on your device.


Frequently Asked Questions (FAQ)

  • How do I view PDF metadata?

    Upload your PDF and click "View Metadata." The tool displays three sections: Info Dictionary (standard properties), Interactive Form Fields (if present), and XMP Metadata (XML properties).

  • What is the difference between Info Dictionary and XMP metadata?

    The Info Dictionary is the original PDF metadata format with standard fields like Title and Author. XMP (Extensible Metadata Platform) is an XML-based ISO standard that can contain richer, structured metadata including Dublin Core, IPTC, color profiles, and custom schemas. Many PDFs contain both.

  • What are interactive form fields?

    These are fillable form elements in a PDF (text inputs, checkboxes, dropdowns, signature fields). The tool lists their internal names, types, and current values. Only PDFs with forms will show data in this section.

  • Is this tool free?

    Yes. Completely free with no registration, no watermarks, and no file limits.

  • Is my PDF secure when viewing metadata?

    All metadata inspection happens locally in your web browser. Your PDF is never uploaded to any server. No data leaves your device.

  • What does XMP stand for?

    XMP stands for Extensible Metadata Platform. It is an ISO standard (ISO 16684) originally developed by Adobe for embedding structured metadata in files, including PDFs, images, and videos.

  • Can I see who created a PDF?

    If the author included their name in the metadata, it will appear in the Author field of the Info Dictionary and possibly in the XMP Creator field. However, metadata can be empty or modified, so it is not a guaranteed identifier.

  • What does it mean if XMP metadata is empty?

    Not all PDFs include XMP data. PDFs created with basic tools may only have Info Dictionary fields. XMP metadata is more common in PDFs created by Adobe products, creative applications, and document management systems.

  • Can I see form field names before filling out a PDF?

    Yes. The Interactive Form Fields section lists all field names and types. This is useful for understanding what data a form collects, or for developers writing form automation scripts.

  • Why does my PDF show different metadata than what I see in file properties?

    Operating systems may display a mix of Info Dictionary data and filesystem properties (file size, filesystem dates). The tool shows only the metadata embedded inside the PDF itself.

  • What happens to the original PDF?

    The original file is never modified. The tool reads metadata for display only. Your file remains unchanged.

  • Does this work on mobile devices?

    Yes. The tool works in any modern web browser on desktop, tablet, or mobile devices.

Featured Tools

Featured tools that you might find useful.

Popular Tools

List of popular tools that users love and frequently use.

New Tools

The latest tools added to our collection, designed for you.

Topics

The tools grouped by topics to quickly find what you need.
Extract specific pages from a PDF file as new files. Select individual pages or ranges, download each as a separate PDF in a ZIP. No server upload needed.

Extract PDF Pages

Extract specific pages from a PDF file as new files. Select individual pages or ranges, download each as a separate PDF in a ZIP. No server upload needed.
Remove specific pages from your PDF document. Remove specific pages or ranges (e.g., 2, 4-6, 9). Quick, secure, and browser-based. Your files never leave your device.

PDF Pages Remover

Remove specific pages from your PDF document. Remove specific pages or ranges (e.g., 2, 4-6, 9). Quick, secure, and browser-based. Your files never leave your device.
Insert one or more empty pages at any position in your PDF. Pages match your document size. No upload — 100% browser-based.

Add Blank Pages To PDF

Insert one or more empty pages at any position in your PDF. Pages match your document size. No upload — 100% browser-based.
Flip the order of all pages in your PDF. Free online PDF page reverser. Process multiple files at once. No upload — 100% browser-based and private.

PDF Page Reverser

Flip the order of all pages in your PDF. Free online PDF page reverser. Process multiple files at once. No upload — 100% browser-based and private.