You are not logged in.
Pages: 1
hi all,
I try to generate an pdf file with mORMot und found the examples in the
mORMot-master\SQLite3\Samples\05 - Report created from code\ folder.
With this samples I am not able to generate a pdf with shows unicode characters correct.
The TestSQLite3Pages.dpl shows the 5 Chars from
UNICODE: array[0..5] of WideChar =
(#27161,#28310,#33836,#22283,#30908,#0);
correct in the preview, but the generated pdf dosn't.
Are there some settings/changes neccessary or is it an issue?
Thanks for help charly
Offline
Hi all,
is there really noboy who can help?
I don't know as much as neccessary to understand the problem!
Thanks Charly
Offline
Perhaps try with some of the available properties (check code comments for their meaning):
StandardFontsReplace := False;
EmbeddedTTF := True;
UseUniscribe := True;
UseFontFallBack := True;
Also go through code with debugger, perhaps something could give a hint on how to solve issue.
Offline
Pages: 1