NNoFileUpload

All tools (31)

01

EXIF Viewer

02

EXIF Remover

03

HEIC → JPG

04

PDF Viewer

05

PDF Cleaner

06

Bulk Cleaner

07

GPS Map

08

GPS Remover

09

EXIF Export

10

Orientation Fix

11

Batch GPS

12

EXIF Check

13

PDF Export

14

XMP Viewer

15

Office Viewer

16

Office Cleaner

17

Camera ID

18

ID3 Viewer

19

ID3 Remover

20

EXIF to CSV

21

Date Changer

22

Bulk HEIC→JPG

23

IPTC Viewer

24

Video Viewer

25

EXIF Editor

26

Bulk GPS

27

FLAC Cleaner

28

PDF Info

29

EXIF Compare

30

ICC Viewer

31

Bulk Video Cleaner

/Blog/About/Contact
NNoFileUpload

Privacy-first file processing tools that run entirely in your browser.

Tools

  • 01EXIF Viewer
  • 02EXIF Remover
  • 03HEIC → JPG
  • 04PDF Viewer
  • 05PDF Cleaner
  • 06Bulk Cleaner
  • 07GPS Map
  • 08GPS Remover
  • 09EXIF Export
  • 10Orientation Fix
  • 11Batch GPS
  • 12EXIF Check
  • 13PDF Export
  • 14XMP Viewer
  • 15Office Viewer
  • 16Office Cleaner
  • 17Camera ID
  • 18ID3 Viewer
  • 19ID3 Remover
  • 20EXIF to CSV
  • 21Date Changer
  • 22Bulk HEIC→JPG
  • 23IPTC Viewer
  • 24Video Viewer
  • 25EXIF Editor
  • 26Bulk GPS
  • 27FLAC Cleaner
  • 28PDF Info
  • 29EXIF Compare
  • 30ICC Viewer
  • 31Bulk Video Cleaner

Company

  • Blog
  • About
  • Contact
  • 𝕏 Twitter

Legal

  • Privacy
  • Terms

© 2026 NoFileUpload

All processing client-side
Home/PDF XMP Viewer
15 / XMP

PDF XMP Viewer

Private, browser-based processing. Files never leave your device.

Extract and view the raw XMP metadata stream from your PDF. Inspect rights management, licensing terms, editing history, and Adobe workflow data — all processed locally in your browser.

100% Local ProcessingNo UploadsNo AccountsFree Forever
100% Local ProcessingNo UploadsNo AccountsFree Forever
Learn More

What Is XMP Metadata in a PDF?

XMP (Extensible Metadata Platform) is an XML-based metadata standard developed by Adobe and adopted as ISO 16684. It was created because the original PDF info dictionary — which stores fields like title, author, and creation date — is a rigid, limited structure with no support for custom fields or namespaces.

XMP solves this by embedding a full XML document inside the PDF file as a separate stream object. This XML packet can contain all the standard info dictionary fields plus an unlimited range of additional data: rights management information, copyright licensing terms, IPTC news metadata, Dublin Core fields, Adobe-specific workflow data, and any custom namespace fields defined by the creating software.

How XMP Differs From the Standard PDF Info Dictionary

The PDF info dictionary is a flat key-value structure with a fixed set of predefined fields. You can view these with the PDF Metadata Viewer. XMP is fundamentally different in three ways:

  • Structure — XMP is a full XML document using RDF (Resource Description Framework), allowing nested objects, arrays, and typed values that the flat info dictionary cannot represent.
  • Extensibility — Any software can define its own XMP namespace and embed arbitrary metadata. Adobe Photoshop, InDesign, Lightroom, and Acrobat all write proprietary XMP fields that are invisible to basic PDF viewers.
  • Richness — XMP can express concepts the info dictionary has no fields for: Creative Commons licensing terms, IPTC copyright notices, image editing history, document permissions, colour management data, and much more.

Some PDFs have both — the info dictionary and an XMP stream — and they may contradict each other if a document was edited by tools that updated one but not the other.

What XMP Can Reveal

For privacy and compliance purposes, XMP metadata can expose information that goes far beyond the visible title and author fields:

  • Document history — Adobe tools write a full editing history into XMP, recording every save operation with a timestamp and software version.
  • Original authoring identity — Even if the info dictionary author field is blank, XMP may contain the creator's identity in Dublin Core or custom fields.
  • Licensing and rights — Creative Commons, Getty, or custom licensing terms embedded by stock libraries and publishing workflows.
  • Workflow data — Prepress software embeds colour profiles, trapping instructions, and press-ready settings in XMP.
  • Software fingerprinting — The exact version of every tool that touched the document may be recorded in XMP, even if that information is absent from the info dictionary.

Which PDFs Contain XMP?

XMP is most commonly found in PDFs created or processed by Adobe software — Acrobat, Photoshop, InDesign, and Illustrator all write XMP automatically. Documents exported from professional publishing workflows, stock photo agencies, legal document management systems, and corporate document templates frequently contain rich XMP metadata.

PDFs created by browser print-to-PDF, basic converters, or minimal PDF libraries (like pdf-lib) typically do not include XMP. The XMP stream is optional in the PDF specification — its presence depends entirely on the creating tool.

How to Use the PDF XMP Viewer

  1. Drop your PDF — drag and drop onto the upload area, or click to browse. The file is read entirely in your browser.
  2. Extraction — the tool scans the raw PDF binary for the XMP packet markers (<?xpacket begin= … <?xpacket end=) and extracts the embedded XML.
  3. Review the XML — the XMP content is displayed as formatted XML in the viewer. Look for namespaces like dc: (Dublin Core), xmp: (basic XMP), pdf: (PDF-specific), xmpRights: (rights management), and custom Adobe namespaces.
  4. Export — download the XMP as a standalone .xml file or copy it to your clipboard for use in scripts or other tools.

Privacy and Security

Your PDF is never uploaded to any server. The entire extraction process runs in your browser — the raw PDF bytes are searched for XMP markers using JavaScript, and the resulting XML is displayed locally. Closing the tab discards everything. There are no accounts, no analytics on file contents, and no data retention.

Related Tools

Other NoFileUpload tools for PDF metadata:

  • PDF Metadata Viewer — view the standard info dictionary fields (title, author, dates, software) in a structured table.
  • PDF Metadata Remover — strip all info dictionary metadata from a PDF before sharing it.
  • PDF Metadata Exporter — export all info dictionary fields as JSON or CSV for use in scripts and workflows.
FAQ

Frequently Asked Questions

XMP (Extensible Metadata Platform) is an XML-based metadata standard developed by Adobe and adopted as ISO 16684. In PDFs, it is stored as a separate XML stream object referenced from the document catalog. XMP can contain all the standard info dictionary fields plus additional data in custom namespaces: rights management, copyright licensing, editing history, IPTC news metadata, Dublin Core fields, and Adobe workflow data.
The PDF info dictionary is a flat key-value structure with a fixed set of predefined fields (title, author, dates, etc.). XMP is a full XML document using RDF, allowing nested objects, arrays, typed values, and custom namespace fields. Many PDFs have both — the info dictionary and an XMP stream — and they may contain different or contradictory information if the document was edited by tools that updated one but not the other.
XMP is most commonly found in PDFs created or processed by Adobe software — Acrobat, Photoshop, InDesign, and Illustrator all write XMP automatically. Documents from professional publishing workflows, stock photo agencies, legal document management systems, and corporate templates frequently contain XMP. PDFs from browser print-to-PDF, basic converters, or minimal PDF libraries typically do not include XMP.
No. This tool scans the raw PDF binary entirely within your web browser using JavaScript. Your file never leaves your device — it is read into memory, searched for XMP packet markers, and the extracted XML is displayed locally. No data is transmitted to any server. You can verify this by inspecting the browser network tab.
The XMP content is displayed as formatted XML so you can read and inspect it. You can download it as a standalone .xml file or copy it to your clipboard. If you need to remove metadata from the PDF before sharing, use the PDF Metadata Remover which strips the info dictionary fields. Note that the remover rebuilds the PDF from its pages, which also drops the XMP stream.
If no XMP packet is found, the tool shows a clear message and links to the PDF Metadata Viewer so you can check the standard info dictionary instead. Many PDFs — especially those generated by non-Adobe tools or browser print functions — do not include an XMP stream.
Tool Ecosystem

Explore more privacy-first tools

01

Image Metadata Viewer

View EXIF data, GPS coordinates, camera settings, and hidden metadata embedded in your photos — instantly and privately.

Open
02

Image Metadata Remover

Strip all EXIF data and hidden metadata from your photos before sharing them online. Protect your privacy in seconds.

Open
03

HEIC to JPG Converter

Convert Apple HEIC/HEIF photos to universally compatible JPG format. No quality loss, no uploads, instant conversion.

Open
04

PDF Metadata Viewer

View hidden metadata in PDF files — author, creation date, software used, keywords, and more. Instant and private.

Open
05

PDF Metadata Remover

Strip author name, creation dates, software info, and all hidden metadata from PDF files before sharing. Protect your privacy.

Open
06

Bulk Image Metadata Remover

Remove EXIF metadata, GPS location, and camera info from multiple photos at once. Download individually or as a ZIP.

Open