THotPDF.CreatePreflightReport Method

Provides create preflight report behaviour for the preflight validation workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

function CreatePreflightReport(const SourceFile: TFileName; const Password: AnsiString= ''): AnsiString;
function CreatePreflightReport(const SourceFile: TFileName; const Password: AnsiString; const Format: THPDFPreflightFormat): AnsiString;

Unit

HPDFDoc

Parameters

NamePurpose
SourceFileFile path used as the source or destination for this operation
PasswordPassword used for encrypted input or encrypted output workflows

Return value

Returns an AnsiString value

Usage notes

Related APIs