How to design an external prefilter library

The prefilter library must be implemented in C/C++, and must:

  • include the prefilter interface definition header file, extpfapi1.h.

  • implement the a_text_source interface. See a_text_source interface.

  • provide an entry point function that initializes and returns an instance of a_text_source (prefilter) and the label of the character set supported by the prefilter.

 Calling sequence for the prefilter
 External prefilter library workflow
 See also