Export can detect a file's format, and report the information to the API, which in turn reports the information to the developer's application. This feature enables you to apply customized conversion settings based on a file's format. See File Format Detection for more information on format detection.
To extract file format information by using the C API
Declare a pointer to the KVStreamInfo
data structure. KVStreamInfo.
Call the fpGetStreamInfo()
function. fpGetStreamInfo().
To extract file format information by using the COM interface, call the GetFileInfo()
method. See GetFileInfo.
|