Hi folks,
I used to have a problem with french characters (accents, euro etc...) when creating a CSV file.
I have solved this using "Windows-1252" as encoding option in TXT_WRITE.Initialize2
Now I have the same problem creating a PDF (with the PDF writer lib).
I don't understand how to do this.
In
I can't find information about the first parameter "FONT.SUBTYPE".Is it the one to set ??
So Iam wondering... Is there any way to use other alphabet with this library...
Any idea ??
Thks,
William.
I used to have a problem with french characters (accents, euro etc...) when creating a CSV file.
I have solved this using "Windows-1252" as encoding option in TXT_WRITE.Initialize2
Now I have the same problem creating a PDF (with the PDF writer lib).
I don't understand how to do this.
In
B4X:
MYPDF.setFont(FONT.SUBTYPE, FONT.COURIER_BOLD)
So Iam wondering... Is there any way to use other alphabet with this library...
Any idea ??
Thks,
William.