Kostenloser PDF-Metadaten-Editor

Bearbeiten Sie PDF-Metadaten, Titel, Autor, Thema, Schlüsselwörter und mehr. Läuft vollständig in Ihrem Browser.

Ihre Daten verlassen Ihr Gerät nie
PDF hier ablegen oder klicken zum Auswählen (max. 10 MB)

Was sind PDF-Metadaten?

PDF-Metadaten sind Informationen über das Dokument, die nicht im sichtbaren Inhalt erscheinen. Dazu gehören Titel, Autor, Thema, Schlüsselwörter, Erstellungsdatum und weitere Eigenschaften. Diese Informationen unterstützen Dokumenten-Organisation, Auffindbarkeit und Identifizierung.

Warum PDF-Metadaten bearbeiten?

Häufige Fragen

Verändert das Bearbeiten der Metadaten den PDF-Inhalt?

Nein. Es werden nur die Metadaten geändert. Inhalt, Seiten und Formatierung des PDFs bleiben unverändert.

Kann ich Metadaten verschlüsselter PDFs bearbeiten?

Wenn ein PDF passwortgeschützt ist, können Sie seine Metadaten mit diesem Tool nicht bearbeiten. Die Datei muss zuerst entsperrt werden.

Welche Dateigrößenbeschränkung gilt?

Dieses Tool unterstützt PDFs bis zu 10 MB. Größere Dateien können länger zur Verarbeitung benötigen.

What PDF metadata actually is

A PDF file can carry document-level metadata in two places at once. The original mechanism, present since PDF 1.0 (1993), is the Document Information Dictionary (called "DocInfo" or /Info): a key/value object referenced from the PDF trailer. PDF 1.4 (2001) added a second, richer mechanism, an XMP metadata stream, an XML packet (RDF/XML conforming to Adobe's eXtensible Metadata Platform) embedded as a stream object attached to the document catalog. XMP became an open ISO standard in 2012 (ISO 16684-1).

The two stores are not the same and may disagree. Adobe's reference and the ISO 32000 standards both say XMP is preferred when present, and that DocInfo should be treated as a legacy mirror. In ISO 32000-2 (PDF 2.0), the older DocInfo dictionary is formally deprecated for everything except CreationDate and ModDate (which signature handlers still use). In practice, almost every reader (Adobe Acrobat, Foxit, Preview on macOS, browser viewers) reads DocInfo by default and only falls back to XMP for fields like copyright that DocInfo never supported.

The standard DocInfo fields are Title, Author, Subject, Keywords, Creator (the application that originated the document, e.g. "Microsoft Word"), Producer (the application that produced the actual PDF, e.g. "Adobe PDF Library 17.0"), CreationDate, ModDate (in PDF date format like D:20240315093000-04'00'), and Trapped. XMP organises fields into namespaces, Dublin Core's dc:title, dc:creator, dc:rights, dc:language; XMP-MM's DocumentID, InstanceID, and History editing log; PDF/A and PDF/UA conformance markers; and any custom namespaces a tool wants to add. This editor exposes the most-used DocInfo fields directly; XMP-only fields require a more specialised editor.

A short history

PDF began with John Warnock's 1991 internal Adobe memo (the "Camelot" paper) proposing a portable document format that preserved visual fidelity across devices. Adobe shipped PDF 1.0 with Acrobat 1.0 in 1993; the DocInfo dictionary was there from day one. Through the 1990s and early 2000s the format added encryption, hyperlinks, forms, JavaScript, transparency, tagged-PDF accessibility (PDF 1.4, 2001), and the XMP metadata mechanism (also PDF 1.4). PDF/A (the archival subset that mandates embedded XMP and forbids encryption) was ratified as ISO 19005-1 in 2005. Adobe transferred PDF to ISO in 2008, where PDF 1.7 became ISO 32000-1:2008. ISO 32000-2:2017 published PDF 2.0, with the major metadata change being the deprecation of DocInfo in favour of XMP. The 2020 revision and the PDF Association's free release of the spec in April 2023 mean the standard is now openly accessible.

The privacy problem, what PDFs leak

A PDF created by typical office software broadcasts substantially more about its provenance than most users realise. From a single PDF you can usually extract:

Notable real-world cases

Honest scope of this tool

This editor lets you view and overwrite the standard DocInfo fields. It is genuinely useful for cleaning up author names before sending a document externally, fixing wrong title metadata that's confusing your document-management system, or stripping a workstation fingerprint from a press release. It is not a complete sanitiser. Specifically:

For a complete sanitisation pass on a sensitive document, the right tools are Adobe Acrobat Pro's "Sanitize Document" command, the open-source cpdf command-line utility's -remove-metadata option, or ExifTool's -all= directive followed by manual inspection. Sensitive workflows often re-create the document from extracted plain text rather than trying to scrub the original.

Tools to view metadata

When you'd reach for this

More questions

Why do my edits sometimes appear in DocInfo but not XMP (or vice versa)?

Because PDFs carry both stores and they can disagree. This editor writes to DocInfo (the field every reader inspects). XMP is updated for fields that have a clear DocInfo equivalent. Some viewers (Adobe Acrobat in particular) read XMP first; if you see "stale" metadata after editing, open the document with a different reader to confirm whether the issue is XMP-only or whether your reader is just caching the old version.

Will this tool break a digital signature?

Yes, almost always. A digital signature on a PDF protects the entire document including the metadata; modifying any byte breaks the signature's cryptographic verification. If you need to edit metadata on a signed PDF, you'll either need to remove the signature first (with the signer's permission), edit the metadata, and have it re-signed; or apply the metadata changes before signing in the original workflow.

What about PDF/A archival files?

PDF/A files have additional XMP requirements (the pdfaid:part and pdfaid:conformance markers, plus required Dublin Core fields). Editing a PDF/A's DocInfo without updating the XMP packet may technically take the file out of PDF/A conformance. For archival workflows, use a PDF/A-aware editor like Acrobat Pro or veraPDF.

How do I make a "completely anonymous" PDF?

For routine documents: edit the DocInfo here to clear identifying fields, then run the result through Acrobat's "Sanitize Document" or cpdf -remove-metadata. For high-stakes anonymisation (whistleblowing, journalism, legal disclosure): re-create the PDF from scratch on a different machine using only extracted plain text, with no images that came from the original. Print-and-rescan also works (the OCR layer of the rescanned PDF is freshly authored), at the cost of file size and image quality.

Does anything get sent to a server?

No. The PDF is parsed and rewritten by pdf-lib running locally in your browser; the modified file is downloaded straight to your device. Nothing about your PDF leaves the page, useful when the document contains internal author names, client information or confidential subject lines that you'd rather not upload to a third-party service. The pdf-lib library itself loads from a public CDN once with subresource-integrity verification, then is cached.

Verwandte Tools