THotPDF.SaveLoadedEmbeddedFileToDisk Method

Saves loaded embedded file to disk output from the document import and output workflow to a file or stream. Prepare document metadata, pages, resources, signatures, and conformance options before invoking the save operation

Declaration

function SaveLoadedEmbeddedFileToDisk(const AFileName: AnsiString; const AOutputPath: TFileName): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
AFileNameFile path used as the source or destination for this operation
AOutputPathInput used by SaveLoadedEmbeddedFileToDisk

Return value

Returns a boolean value

Usage notes

Related APIs