Obtain File Format Information
The KeyView format detection module (kwad
) detects a file's format.
This feature enables you to apply customized conversion settings based on a file's format.
To obtain file format information using the C API
-
Declare a pointer to the KVStreamInfo data structure.
-
Call the fpGetStreamInfo() function.
The
fpGetStreamInfo()
function populates the ADDOCINFO structure with format information such as file class, format, and version.