private void PopulateConversionTable() { var toUnicodeRef = RawObject.GetAttributeValue <PdfArray>("ToUnicode"); var toUnicodeObj = document.ObjectRoot.GetObjectByRef(toUnicodeRef); toUnicodeObj.ConvertContentToText(); ParseConversionTables(toUnicodeObj.TextContent); }
/// <summary> /// Fill basic font information /// </summary> protected void PopulateBasicInfo() { Name = RawObject.GetAttributeValue <PdfAtom>("BaseFont").AsString(); }