THotPDF.CreatePreflightReportWithProfile Method

Provides create preflight report with profile 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 CreatePreflightReportWithProfile(const SourceFile: TFileName; const Password: AnsiString; const ProfileFile: TFileName; 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
ProfileFileFile path used as the source or destination for this operation
FormatInput used by CreatePreflightReportWithProfile

Return value

Returns an AnsiString value

Usage notes

Related APIs