KeyView Export SDK enables you to convert many different types of documents to
Extracting subfiles—exposes all subfiles for conversion. See Subfile Extraction.
Setting conversion options—determines the content, structure, and appearance of the
Extracting the file’s format—detects a file’s format, and reports the information to the API, which in turn reports the information to the developer’s application. See Extract File Format Information.
Extracting metadata—extracts selected metadata (document properties) from a file. See Extract Metadata.
Converting character sets—controls the character set of both the input and the output text. See Convert Character Sets.
Implementing callbacks—controls the conversion while it is in progress. See HTML Export API Callback Functions.
You can use one of the following methods to convert documents:
Use the Export Demo sample program. This Visual Basic program demonstrates most Export API functionality and is the easiest way to get started. See Use the Export Demo Program.
Use the C-language implementation of the API from your C or C++ application. See Use the C-Language Implementation of the API.
Use the COM implementation of the API from your Visual Basic, Delphi, or J++ or C application (32-bit Windows platforms only). See Use the COM Implementation of the API.
Use the C
|