Arabic words are reversed #1052
Answered
by
JorjMcKie
3mora2
asked this question in
Looking for help
-
Hey |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
May 17, 2021
Replies: 1 comment 8 replies
-
I presume you refer to text output on a PDF? |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
3mora2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I presume you refer to text output on a PDF?
If so, try using the
TextWriter
class: methodsTextWriter.append()
andTextWriter.fill_textbox()
have the parameterright_to_left
.Set this to
True
and it should work.The older text output methods
page.insert_text
and friends do not support this.