[xep-support] Table columns reading order in tagged PDF
Benoit Maisonny
bm.lists at synclude.com
Wed Aug 8 04:46:23 PDT 2012
Hi,
Be it with or without the ENABLE_ACCESSIBILITY option, XEP appears to
output text in tables by "reading" columns from right to left. For
instance, if the document contains a table like this:
| 1 | 2 |
Then the file in XEP area tree format and the PDF stream will show "2"
before "1". I was looking for a way to output 1 before 2 and thought
that ENABLE_ACCESSIBILITY
would do that as it is supposed to follow the structure of the FO source.
Unfortunately, this is not the case. I can see from the xpath attribute in
XEP format that column number 2 is output before number 1: the xpath
attributes contain for instance:
... /*[2][name()='table-cell'] ...
... /*[1][name()='table-cell'] ...
showing indeed that the 2nd cell is output first. And this is for English
content, so I do expect a left to right reading.
Is this normal behaviour? Is there another configuration option to set beside
ENABLE_ACCESSIBILITY?
Regards,
Benoit
!DSPAM:87,502251a863739088580282!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20120808/b16f7a48/attachment.html>
More information about the Xep-support
mailing list