PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → iprintPDF in android not supporting Unicode Characters
iprintPDF in android not supporting Unicode Characters
Iniciado por mikoyskie, out., 07 2021 9:50 AM - Sem resposta
Publicado em outubro, 07 2021 - 9:50 AM
Dear Busy WXCoders,
Good day, I am facing issues on Android Phone when issuing the Printing to file as generic PDF., it is giving wrong characters output such as "???????????????????" rather than the correct Arabic characters...

my code is below:
spdf is string = "/storage/emulated/0/Download/pricecheck/"+edt_Barcode+".PDF"
iDestination(iGenericPDF,spdf)
iPrintReport(Rpt_PrintLabels)
iEndPrinting()
iPrintPDF(spdf)

in the Windows laptop, while running in the emulator, everything works pertfectly, but running in Android it is giving robust characters..

Kindly your advise...