THotPDF.SetLoadedXMPMetadata Method

Writes the complete XMP metadata XML string to the loaded PDF document's metadata stream, replacing the existing XMP packet

Declaration

procedure SetLoadedXMPMetadata(const AXML: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
AXML符合 XMP 规范的完整 XML 字符串,通常以 <?xpacket begin=...> 开头并包含 RDF 元素

Usage notes

Related APIs