I have an error when generating a pdf on android with the component TMSFMXRichEditorPDFIO.
UnicodeString text= L"aaaaaa bbbbbb cccccc dddddd eeeeee ffffff gggggg hhhhhhh iiiiiiii jjjjjj kkkkkk llllll mmmmmmm nnnnnnn ??????? oooooo ppppppp qqqqqqq rrrrrrr sssssss tttttt uuuuu vvvvvv wwwwwww xxxxxxx yyyyyyy zzzzzzz AaAaAaA bBbBbB cCcCcC ddddd eeeeee ffffff gggggg hhhhh iiiiii jjjjj kkkkk lllll mmmmm nnnnn ????? ooooo ppppp qqqqqq rrrrrrr ssssss ttttttt uuuuu vvvvv wwwwwww xxxxxx yyyyy zzzzzz";
TMSFMXRichEditor1->AddMultiLineText(test);
TMSFMXRichEditorPDFIOPrueba->Save(System::Ioutils::TPath::GetDownloadsPath() + "/test.pdf");
The result of this is:
aaaaaa bbbbbb cccccc dddddd eeeeee ffffff gggggg hhhhhhh iiiiiiii jjjjjj kkkkkk llllll mmmmmmm nnnnnnn ??????? qqqqqqq rrrrrrr sssssss tttttt uuuuu vvvvvv wwwwwww xxxxxxx yyyyyyy zzzzzzz AaAaAaA bBbBbB cCcCcC ddddd gggggg hhhhh iiiiii jjjjj kkkkk lllll mmmmm nnnnn ????? ooooo ppppp qqqqqq rrrrrrr ssssss ttttttt uuuuu vvvvv yyyyy zzzzzz
the text without the words oooooo and ppppppp, in the first sequence.
And without eeeeee, ffffff, wwwwwww and xxxxxx, in the second sequence.
they are words that when generating the PDF, they are cut by the right of the document.
Could you help me?
Thanks in advance!