|
Hi, problem I am facing is converting RTL languages to PDF. The letter are being displayed in the reversed order...for example:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body dir="rtl"> hello שלום </body> </html>
shows: םולש
Did anyone sort this one out?
|