1

I'm converting DITA to PDF using DITA-OT 1.8.5 for the arabic input file.

After I got convert I'm getting the left to right align view for the PDF output.

The indent is starting from the left

The order list also need to come from right to left with numbers

I need the right to left alignment with the right indent,

Please suggest me the coding from the org.dita.pdf2 plugin of DITA-OT. Where i need to change for getting the mirror reflex for the output. Thanks in advance

User501
  • 319
  • 1
  • 14

1 Answers1

2

Does the root element of the document have the @xml:lang attribute set to ar-sa? If not, try that first. Otherwise you'll have to set up an override to set the text-align attribute for all the blocks. However, I suspect that you do not have the @xml:lang attribute set correctly.

JulioV
  • 516
  • 2
  • 3
  • Thanks. Its working fine @julioV. Can you please tell me the ar-sa xml file. where i have to find. because in the dita-ot i18n folder its not available. – User501 May 19 '17 at 05:26