Support Forum - Does FRB to PDF support chinese character?
|
10/19/2021 04:59 Nelson wrote:
|
Hi,
I am using FRB Report To PDF and it is successfully exported as PDF file.
When I preview, chinese character is display perfectly, but when export as PDF
file, chinese character will become funny character.
May I know how can I resolve this issue?
Tq.
Regards,
Nelson
|
10/19/2021 20:00 Oleg Fomin wrote:
|
Hi Nelson,
SoftVelocity's PDF Output Generator doesn't fully support national characters.
At least we are having the same problem with Russian language. The only way to
show Russian characters in standard Clarion reports is to use "Scan Copy Mode"
of SV PDF Output Generator.
Try to add following code to PdfReporter.SetUp method.
SELF.SetScanCopyMode(True)
SELF.SetScanCopyResolution(PNGImageResolution:Original)
|
10/20/2021 02:43 Nelson wrote:
|
Hi Oleg,
Thank you very much, problem solved.
Regards,
Nelson
|
|