When we create a PDF using Aspose PDF with OMR font it will not render in the Chrome PDF Viewer. Only the letters are displayed. It renders correctly in Adobe. Any suggestions on how to get the OMR font to render in the Chrome PDF Viewer? Here is the code I am using and the document.printBubbleSheetPDF.aspx (5) (002).pdf (220.2 KB)
Dim defaultOMRInfo As New TextInfo
defaultOMRInfo.FontName = "OMR Bubbles"
defaultOMRInfo.FontSize = 12
defaultOMRInfo.IsTrueTypeFontBold = False
defaultOMRInfo.Alignment = AlignmentType.Left
defaultOMRInfo.CharSpace = formFontSize - 2
defaultOMRInfo.IsFontEmbedded = True