Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

problem with Arabic font in report 12c

SALEEM_YEMENJul 19 2022

image.pngi have problem with print report as pdf it display look like this how can i solve this problem i try by

STEP 1
Install the above mentioned font in the system. Make sure that the above mentioned font is installed in the path “C:\Windows\Fonts”
STEP 2
Set the registry key as below (use the correct ORACLE_HOME):
REPORTS_PATH = C:\Windows\Fonts
STEP 3
Set the NLS_LANG registry key as below (use the correct ORACLE_HOME):
NLS_LANG = ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256
STEP 4
Set Arabic in the Regional and Language Settings through Control Panel
E.g. System locale, Format, Location etc.
STEP 5
Set the following values for the test server (E.g. TEST_SERVER) in the pdf subsetting section:
Add the fonts in uifonts.ali

“Arabic Transparent”….. “arial.ttf”
“Arabic Transparent”…Bold.. “arialbd.ttf”
“Arabic Transparent”..Italic… “ariali.ttf”
“Arabic Transparent”..Italic.Bold “arialbi.ttf”
Arial..italic.Bold.. “arialbi.ttf”
Arial..italic… “ariali.ttf”
Arial…Bold.. “arialbd.ttf”
Arial “arial.ttf”
but no result
----------------------------------------------------------------

Comments
Post Details
Added on Jul 19 2022
2 comments
2,291 views