Hussein Shafie created FOP-2996: ----------------------------------- Summary: Arabic letters are not joined in generated PDF whatever I can try Key: FOP-2996 URL: https://issues.apache.org/jira/browse/FOP-2996 Project: FOP Issue Type: Bug Components: fo/unqualified Affects Versions: 2.6, 2.5 Environment: Any OS; any version of Java. However attached PDFs having been generated on Linux running 1.8.0_281. Reporter: Hussein Shafie Attachments: fop_arialuni.conf, fop_scheherazade.conf, fop_trado.conf, sample2_ar.fo, sample2_ar_FOP_arialuni.pdf, sample2_ar_FOP_scheherazade.pdf, sample2_ar_FOP_trado.pdf, sample2_ar_XEP.pdf
Arabic letters _*are not joined*_ whatever in generated PDF I can try: specify language="ar", specify language="arab", specify writing-mode="rl-tb", use one of the fonts you officially support (with the corresponding configuration file). Sample Arabic file is: sample2_ar.fo Expected output is: sample2_ar_XEP.pdf Generating PDF using FOP v2.6 with font "Arial Unicode MS": {code:java} $ /opt/fop-2.6/fop/fop -c ./fop_arialuni.conf -fo sample2_ar.fo -pdf sample2_ar_FOP_arialuni.pdf{code} Generating PDF using FOP v2.6 with font "Scheherazade New": {code:java} $ /opt/fop-2.6/fop/fop -c ./fop_scheherazade.conf -fo sample2_ar.fo -pdf sample2_ar_FOP_scheherazade.pdf{code} Generating PDF using FOP v2.6 with font "Traditional Arabic": {code:java} $ /opt/fop-2.6/fop/fop -c ./fop_trado.conf -fo sample2_ar.fo -pdf sample2_ar_FOP_trado.pdf {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)