Description
This entry of the predefined XMP Basic Schema defines the date and time that any metadata for the document was last modified. It is required by some PDF-based ISO standards that the value for this key is not an empty string.
This preflight warning indicates that the xmp:MetadataDate entry in the PDF’s XMP metadata is empty.
The xmp:MetadataDate specifies when the document’s metadata was last changed or updated. This entry is particularly important in professional workflows that require precise documentation of changes, such as archival processes or creating PDF/A files for long-term preservation. An empty MetadataDate means that no current modification of the metadata is recorded, which can cause issues, especially during metadata validation for PDF standards or in print production workflows.
Common Causes
Metadata not updated during editing: If the PDF was edited but the metadata was not updated, the MetadataDate remains empty. This often happens when software does not automatically update metadata.
Use of non-standard PDF editors: Some PDF editors do not properly set or update metadata like xmp:MetadataDate.
Automated PDF creation without metadata update: In automated workflows, scripts or batch processes often set only basic metadata, not the timestamp for metadata changes.
Faulty export or save settings: Exporting PDFs from layout programs (e.g., Adobe InDesign or Illustrator) may not set or update all metadata, leaving xmp:MetadataDate empty.
Manual removal of metadata: During PDF optimization or cleanup, metadata including MetadataDate may be intentionally or accidentally removed.
Suggested Solutions
Manually update metadata in Adobe Acrobat:
Open the PDF in Adobe Acrobat.
Go to File > Properties > Additional Metadata.
Check if the xmp:MetadataDate field is empty.
If missing, edit the metadata and add the current modification date.
Save the PDF with updated metadata.
Automate metadata updates in export workflows:
Ensure that metadata is updated automatically whenever the PDF is modified.
Many PDF creation programs provide options to automatically set MetadataDate during export.
Review scripts or batch processes to ensure proper updating of metadata timestamps.
Use specialized PDF metadata editors:
Tools like ExifTool or PDF-XChange Editor can check and edit metadata if you do not want to use Adobe Acrobat.
Export PDF/A or PDF/X with correct metadata:
When exporting PDFs for archival (PDF/A) or printing (PDF/X), ensure that MetadataDate is set and not removed.
These formats often require complete and correct metadata, including MetadataDate.
Check metadata after each edit:
If the PDF is frequently edited, verify that MetadataDate is updated after each modification to maintain consistent documentation of the edit timestamp.
Comments
0 comments
Article is closed for comments.