Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Arabic text #20

Open
Ahmed-Yehia993 opened this issue Feb 19, 2019 · 1 comment
Open

Arabic text #20

Ahmed-Yehia993 opened this issue Feb 19, 2019 · 1 comment

Comments

@Ahmed-Yehia993
Copy link

I faced some issues with converting Arabic docx files it should be from right to left but it generated from left to right is there any way to solve this issue

I use setConfiguration as.

options.setConfiguration(new IPdfWriterConfiguration() {
			@Override
			public void configure(PdfWriter pdfWriter) {
				pdfWriter.setRunDirection(PdfWriter.RUN_DIRECTION_RTL);
				
			}
		});

but it did't help!!

@yeokm1
Copy link
Owner

yeokm1 commented Mar 5, 2019

Err as stated in the readme, I'm not maintaining this library anymore. But I'll welcome pull requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants