filter

Filter a file to the provided output type.

DEPRECATED: The Session::filter method is deprecated in KeyView 23.3.0 and later. OpenText recommends that you create a Document object to represent each document and use the Document::filter method instead.

This method is still available for existing implementations, but it might be incompatible with new functionality and might be removed in future.

Syntax

template<typename Input_Type , typename Output_Type >
void Session::filter(Input_Type &input, Output_Type &output)