https://issues.apache.org/bugzilla/show_bug.cgi?id=50852
--- Comment #23 from Martin K <[email protected]> 2011-06-16 21:51:39 UTC --- Add "empty table cell problem": This should be easy to solve: In PDFStructElement.prepare() change if (kids.length() == 0) { If the test is extended to only trigger, if the current structure element is not a table cell [getStructureType() not in (TD, TH, ..) && kids.length() == 0], an empty table cell will be put in the structure tree. Maybe PDFStructElement should get a trim empty leaf flag and the decision moved to the FOToPDFRoleMap. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
