docs-to-pdf-converter icon indicating copy to clipboard operation
docs-to-pdf-converter copied to clipboard

Arabic text

Open Ahmed-Yehia993 opened this issue 6 years ago • 1 comments

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!!

Ahmed-Yehia993 avatar Feb 19 '19 09:02 Ahmed-Yehia993

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

yeokm1 avatar Mar 05 '19 08:03 yeokm1