THotPDF.GetLoadedEmbeddedFileChecksum Method

Returns the embedded-file checksum as uppercase hexadecimal text, converting a raw 16-byte digest when required

Declaration

function GetLoadedEmbeddedFileChecksum(const AName: AnsiString): AnsiString;

Unit

HPDFDoc

Parameters

NamePurpose
ANameEmbedded file name as stored in the loaded document name tree

Return value

Returns an uppercase hexadecimal checksum, or an empty string when unavailable

Usage notes

Related APIs