Render Latin American Character in PDF Viwer


Hi, I am having a bad time showing a PDF with latin american character "Ñ"  (ALT 165), it is render ok in others viewers but not using . In sycnfusion I am getting the character ?

            PdfViewerControl viewer = new PdfViewerControl();
            
            viewer.Dock = DockStyle.Fill;
            
            viewer.Load(@"C:\Users\cpeddesarrollo\Desktop\tests\dataPDF.pdf");
            
            this.Controls.Add(viewer);


have any Idea How I resolve this issue?


1 Reply

PP Praveena P Syncfusion Team August 24, 2016 07:24 AM UTC

Hi Luis, 
  
We are able to reproduce the issue  “Latin American character(ALT-165) is not rendered properly in PdfViewerControl” and confirmed as a defect. The fix for this issue will be available in our Volume 3, 2016 release which will be rolled out by end of September 2016. 
  
Regards, 
Praveena. 


Loader.
Up arrow icon