Characters issue with GridPdfExport

Hi,

after updating the version from 15.4  to 16.2.0.50,  I have problem with  GridPdfExport , the PDF created has a Wingdings font !!

Before updating, the font was Segoe UI

Nothing has changed in the code, 
what can I do? 

This is the code:

exp new PdfExport();
PdfDocument document = new PdfDocument();
document.PageSettings.Orientation = PdfPageOrientation.Landscape; //Sets landscape page orientation.
//Set Properties
var properties = new GridPdfExport
                {
                    FileName = nameFile,
                    PdfDocument = document,
                    Theme = "flat-saffron",
                    LocalSave = true,
                    FilePath = Server.MapPath("~/temp"),
                    Unicode = true
                };
 
//Export Grid
((PdfExport)exp).Export(obj, dataSource, properties);
Thanks

1 Reply

PK Prasanna Kumar Viswanathan Syncfusion Team September 17, 2018 12:12 PM UTC

Hi Nicola, 

Thanks for using Syncfusion support. 

Based on your query you are facing issue (characters are rendered in windings font) while exporting the Grid to PDF format with Unicode property enabled. We have prepared the sample using your code example and we are able to reproduce the reported issue at our end. 

We have logged a defect report “Exported PDF file contains different font while local saving the Grid with Unicode property”. The issue will be fixed and fix for the issue will be available on 24th September 2018. The fix will be included in our next release 2018 Volume 3 Service pack 1 which is scheduled to rolled out in the month of October 2018.  

Regards, 
Prasanna Kumar N.S.V 
 


Loader.
Up arrow icon