fpGetSummaryInfo()

This function extracts all metadata from the input stream. See Extract Metadata for more information.

Syntax

BOOL pascal _export fpGetSummaryInfo( 
    void                *pContext,
    KVInputStream       *pInput,
    KVSummaryInfoEx     *pSummary,
    BOOL                 bFree );  

Arguments

pContext

A pointer returned from fpInit() or fpInitWithLicenseData().

pInput

A pointer to the developer-assigned instance of KVInputStream. The KVInputStream structure points to the input stream that contains the source for the conversion. See KVInputStream.

pSummary

A pointer to the developer-assigned instance of KVSummaryInfoEx.

In this structure, nElem provides a count of the number of metadata elements, and pElem points to the first element of the array of individual elements as defined by the structure KVSumInfoElemEx. See KVSummaryInfoEx.

bFree

A flag to free or fill the memory allocated to the document metadata.

Returns

Discussion