Namespace: BitMiracle.Docotic.Pdf
public bool FixEncoding()
Public Function FixEncoding As Boolean
Some PDF generators produce PDF documents with broken font encodings. Extraction of text from such documents is not possible.
This method tries to fix font encoding in the PDF document. It reads information about encoding in the font bytes and updates PDF encoding correspondingly.
This method might fail if font bytes do not contain information about encoding. This method does not support certain PDF font types (e.g. Type3).