| EncodingConverter | EncodingConverter converts string or characters in one encoding, which is specified in PDF file, to another string with respective java charset. | code | html |
| CJKConverter | CJKConverter converts encodings defined in CJKEncodings. | code | html |
| CJKEncodings | This class represents PDF encoding name to Java charset name mapping. | code | html |
| CMapSubstitution | This class provides a mapping from char code to unicode mapping files used for CJK-encoding. | code | html |
| EncodingConversionManager | EncodingConversionManager maintains relationship between PDF encoding name and respective EncodingConverter instance. | code | html |