PDF Metadata Viewer
Inspect any PDF file: view page count, dimensions, author, title, creation date and more � locally.
How to Use
Upload a PDF file
Click 'Choose File' or drag any PDF into the viewer to begin metadata extraction.
Review document information fields
See Title, Author, Subject, Keywords, Creator, Producer, and date timestamps displayed.
Check page dimensions and count
View the number of pages and dimensions (in PDF points) for each page in the document.
Note privacy-sensitive fields
Identify any author names, organization names, or software data embedded before sharing the document.
What is PDF Metadata?
PDF files contain hidden metadata fields such as the document title, author name, software used to create it, and timestamps. This information is embedded by the application that created the PDF and can be used for document management, indexing, and auditing.
Real-World Examples & Use Cases
Document Privacy and Metadata Scrubbing
PDFs created by Microsoft Word, Adobe InDesign, or other office software automatically embed the document author's real name, company name, and the exact software version used to create it. Before publishing a PDF publicly, sharing it with external parties, or submitting it anonymously, checking the metadata reveals what personally identifiable and organizationally sensitive information is embedded. Legal professionals distributing court filings, researchers submitting double-blind review manuscripts, and businesses sharing pricing documents all need to verify and clean metadata before distribution.
Document Authenticity and Provenance Verification
Investigators, compliance teams, and archivists use PDF metadata to verify document provenance. The creation date and modification date fields show when a document was originally created and when it was last changed — discrepancies between claimed creation dates and metadata timestamps can indicate document forgery. The PDF version and producer software fields help investigators understand the technical lineage of a document. Metadata is one layer of document authenticity analysis used alongside digital signatures and file hash verification.
Digital Asset Management and Cataloging
Organizations managing large PDF libraries use metadata to organize, search, and categorize documents. A document management system that ingests PDFs reads embedded metadata to automatically populate Title, Author, Keywords, and Subject fields without requiring manual re-entry. Library cataloging systems use PDF metadata for academic paper, legal document, and technical report databases. IT teams auditing an organization's document library use metadata viewers to identify documents from former employees, outdated software versions, or inconsistently created files.
Print Production Verification
Print production workflows require PDFs with specific page dimensions (bleed areas, trim sizes, safe zones). Print vendors and pre-press technicians verify that submitted PDFs have the correct MediaBox and TrimBox dimensions before proceeding to plate-making. A PDF intended for A4 print should show page dimensions of 595 × 842 points (210 × 297 mm at 72 PPI). Metadata viewers that display page dimensions help designers verify documents from clients or content teams before costly print runs.
How It Works
PDF metadata structure and standards: PDF information dictionary (Document Info): Stored in the PDF trailer object: /Info {...} Standard fields: /Title — document title string /Author — author name /Subject — document subject/description /Keywords — searchable keywords /Creator — original application that created the document /Producer — PDF producer/converter (e.g. Adobe PDF Library) /CreationDate — (D:YYYYMMDDHHmmSSOHH'mm) /ModDate — last modification date (same format) Date format example: D:20240115143052+05'30' = 2024-01-15 14:30:52 UTC+5:30 XMP metadata: Alternative/supplementary metadata format Stored as XML in an embedded data stream Contains Dublin Core, XMP Basic, XMP Media Management properties More structured and extensible than Info dictionary Page dimensions (PDF user units = points): 1 point = 1/72 inch = 0.3528 mm A4 = 595 × 842 pts Letter = 612 × 792 pts Legal = 612 × 1008 pts PDF.js extraction: const doc = await pdfjsLib.getDocument(arrayBuffer).promise; const meta = await doc.getMetadata(); const page = await doc.getPage(1); const viewport = page.getViewport({ scale: 1 });
Frequently Asked Questions
What metadata fields can reveal personally identifiable information?▼
Can I edit or remove PDF metadata using this tool?▼
What is the difference between page MediaBox and TrimBox dimensions?▼
Why does the Creation Date sometimes show a date before the file was created?▼
What does the PDF version number mean?▼
Related Tools
Explore other tools in this category.
PDF Merger
Merge multiple PDF files into one. Drag, drop, reorder, and download � everything runs in your browser.
Image to PDF
Convert JPG, PNG, and other images into a PDF. Choose page size, orientation, margins, and image fit.
PDF Splitter
Extract specific pages from a PDF or split it into individual one-page files. Runs entirely in your browser.
PDF to Images
Convert each PDF page into a PNG or JPEG image.
PDF Password Remover
Remove password protection from your PDF files. Enter the known password and download an unlocked copy.
PDF to Text Extractor
Extract all raw text data from your PDF documents completely securely.