MM
Asked
Hi
- in invoice PDF creator the Hebrew language show in reverse assume the world עברית displayed - > תירבע,
- Where can modify the PDF Fields?
Best Regard
- in invoice PDF creator the Hebrew language show in reverse assume the world עברית displayed - > תירבע,
- Where can modify the PDF Fields?
Best Regard
- MSAnsweredHello,
The pdf library file is `app/libraries/Tec_dompdf.php` You can try to remove `// Fix arabic characters` section if that make any difference.
Thank you - MMAnsweredHi
I remove the code but still with the same problem!! - MSAnsweredHello,
If your language is RLT then you can edit `themes/default/views/sales/view_invoice.php` and add `dir="rtl"` to the html tag. The 2nd line will be
```html
<html dir="rtl">
```
If still don't work, let me know some text in your language to test here.
Thank you - Login to Reply