| Posted: 19 Jun 2008 19:44 | |
|
Registered User Currently Offline |
Posts: 5 Join Date: Jan 2008 |
|
I have tried a number of ways to represent the width of table columns for PDF output by placing values in the colwidth attribute of the colspec element. If I use proportional values such as colwidth="*" or colwidth="1*" or even if I leave the colspec element out altogether, I get error messages like:
[ERROR] Error in column-width property value '14%': org.apache.fop.fo.expr.PropertyException: No conversion defined On the other hand, if I use absolute values such as colwidth="1.5 in" or colwidth="60 pr", I get warning messages like: [WARNING] table-layout=auto is not supported, using fixed! [WARNING] Sum of fixed column widths 435746 greater than maximum specified IPD 0 |
|