As it stands now, I have about 12 columns and all of them are exactly the same width. The problem is that some columns don't require that much space. How do I get the columns to fit their content? The columns need to be a dynamic width.
I've tried
<fo:table table-layout="auto">
And
<fo:table-column column-width="proportional-column-width(1)" column-number="1"/>
<fo:table-column column-width="proportional-column-width(1)" column-number="2"/>
<fo:table-column column-width="proportional-column-width(1)" column-number="3"/>
Nothing seems to do the trick.
table-layout="auto"
. - mzjntable-layout="auto"
, such as XEP (renderx.com/tools/xep.html). There are also free personal and academic editions for non-commercial use: renderx.com/download/personal.html. - mzjn