Hello, i've a problem with pdf viewer control, it doesn't read correctly the pdf that i attached.
I think the problem is the font, because the part of pdf that is write in Arial is seen right.
This is the code that i use to see the pdf in the ViewerControl:
Dim pdf As PdfLoadedDocument = New PdfLoadedDocument(PathPdf)
PdfViewerControl1.Load(pdf)
PdfViewerControl1 is the tool that i put in the windows form
Attachment:
A11F1_03_5e61d163.zip