fpGetConvertFileList()

This function gets the list of files automatically converted to HTML during a call to fpConvertStream() or KVHTMLConvertFile().

Syntax

char ** pascal _export fpGetConvertFileList( 
    void    *pContext,
    int     *pnSize );

Arguments

pContext

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

pnSize

A pointer to the number of files generated by the conversion.

Returns

If no files are converted, the return value is a NULL pointer. Otherwise, the return value is a pointer to an array of strings that provides the available path information for each converted file.

Discussion