Parameters
- pdfCode
- The character PDF code.
- unicode
- OUT: The character Unicode.
Return Value
True if the conversion was successful, false otherwise.
Note that this method can fail if the font does not contain the necessary info for the conversion.
Note also that this method can be slow as it uses large font tables like /Encoding, /ToUnicode etc., so the returned results better be cached by the caller.