You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We set "name" language property in our html template: <pdf:language name="arabic"/>
This makes the text direction correct for the pages themselves. But in the table of contents, the direction of the text remains wrong (it's left-to-right)
Adding "dir" property doesn't help either: <div dir="rtl"> <pdf:toc/> </div>
The text was updated successfully, but these errors were encountered:
Example in Arabic language:
We set "name" language property in our html template:
<pdf:language name="arabic"/>
This makes the text direction correct for the pages themselves.
But in the table of contents, the direction of the text remains wrong (it's left-to-right)
Adding "dir" property doesn't help either:
<div dir="rtl">
<pdf:toc/>
</div>
The text was updated successfully, but these errors were encountered: