Home Devices

PDF show question marks for some languages

edited December 2014 in Devices

When I have something in languages like Russian or Chinese, all I get in
the PDF file is question marks. If I preview or print to paper, these languages
look great. It’s only the PDF file that has a problem.

I’m using Delphi XE4 and ReportBuilder 15.05.

Here’s my code:

rptReport.AllowPrintToFile := true;
rptReport.ShowPrintDialog := false;
rptReport.DeviceType := dtPDF;
rptReport.TextFileName := aPath + '\ClientReport.pdf';
rptReport.PDFSettings.Author := sAppName;
rptReport.PDFSettings.Title := sAppName + ' Client Report';
rptReport.PDFSettings.OpenPDFFile := true;
rptReport.Print;

Please Help!! I’m desperate and my client is very frustrated.

Thanks,
Mike

Comments

This discussion has been closed.