pdftoolskit.org
PDF (Portable Document Format) utilities, in the browser
Say hi →

Metadata inspector

title · author · dates · size · page count

Drop one or more PDFs and see a card per file with the embedded metadata, page count, and page dimensions. Useful for spotting weird author fields before sharing, or sanity-checking a batch.

Drop PDF files here or click to select

Multiple files allowed — one card per file

    no files
    Ready.

    When to use this tool

    Look inside a PDF without opening it. Useful before sharing (does the title field embarrass me?), when triaging a folder of unknown PDFs (when was each created? how many pages?), or when debugging tooling output (which library produced this file?).

    Step by step

    1. Drop one or more PDFs. Each file gets its own card.
    2. Click "Inspect". The cards populate with metadata, page count, and page dimensions.
    3. If you find something to fix, run the same files through Edit metadata.

    Fields shown

    Common use cases

    What's not shown

    FAQ

    Why is the title or author blank?

    Many PDFs ship with empty Info-dictionary fields. The em-dash (—) shown means the field is unset. To populate it, use Edit metadata.

    Is "creator" the human author or the software?

    By PDF convention, "creator" is the application that produced the source content (e.g. Microsoft Word) and "producer" is the library that wrote the PDF (e.g. Adobe PDF Library). The human author is typically in the "author" field.

    Why are dates sometimes weird?

    PDF timestamps are written by the application; some embed the user's local time, some embed UTC. The inspector renders them as ISO 8601 — but the underlying value reflects whatever the producer wrote.

    Is the file ever uploaded to verify metadata?

    No. Inspection happens entirely in the browser via pdf-lib and pdf.js.