Turkish character problem in the PDF generated by the Export Form Email Tool
Hi,
We have a Joget DX On-Demand subscription and I am trying to use the "Export Form Email Tool" and having problems with Turkish characters in the PDF.
The Turkish characters such as ı, ğ, İ, ş are not shown in the PDF. For example at the fourth line the header "Adayn Doum Tarihi" should have been "Adayın Doğum Tarihi". By the way we have no problem with Turkish characters in the application ( in the forms or datalists or with the "Print" option ).
These are the things I've tried:
1- To add utf-8 usage in the Header (HTML) of the "Export Form Email Tool" with these tags, with and without the choice of "tr", "tr-TR" as the System Settings => System Locale :
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
2- To add the language choice in the Header (HTML):
<html lang="tr">
3- To use the font-face & font-family in the Formatting (CSS):
I've added the font files to the Resources in the Properties & Export part of the application. I've also tried to use the path as just like jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.eot too.
@font-face {
font-family: 'turkish_times_new_roman';
src: url('https://archeiktest.cloud.joget.com/jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.eot');
src: url('https://archeiktest.cloud.joget.com/jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.eot?#iefix') format('embedded-opentype'),
url('https://archeiktest.cloud.joget.com/jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.woff2') format('woff2'),
url('https://archeiktest.cloud.joget.com/jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.woff') format('woff'),
url('https://archeiktest.cloud.joget.com/jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.ttf') format('truetype'),
url('https://archeiktest.cloud.joget.com/jw/web/app/iseAlimSureci_Dev/resources/ttimesb-webfont.svg#turkish_times_new_romanbold') format('svg');
font-weight: bold;
font-style: normal;
}
*{ font-family: 'turkish_times_new_roman', Arial, sans-serif; }
I would appreciate a lot if someone could direct me to a solution.
Thanks in advance,
