You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Sa...@commerzbank.com on 2004/05/26 14:34:38 UTC

IPD error although width="100%"

...
hi..

i got this error message everytime i run my fop
:
[WARNING] Sum of fixed column widths 793693 greater than maximum specified
IPD 0
[ERROR] At least one of minimum, optimum, or maximum IPD must be specified
on table.
[ERROR] At least one of minimum, optimum, or maximum IPD must be specified
on table.
[WARNING] Sum of fixed column widths 793700 greater than maximum specified
IPD 785197

i already tried to set all the column width to 100% , but it didn't make any
difference
..as i found it from the archive .. J.Pietschmann wrote this


Your options: specify all column widths in absolute units, or specify the
table width. 
The table width can be given as percentage (contrary to column widths), 
so you can have a table spanning the whold page width by specifying
width="100%". 


can I please attach my .fo file to the list so somebody can take a look of
my file and check it,..

thanks a lot in advance


sandy



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: IPD error although width="100%"

Posted by Chris Bowditch <bo...@hotmail.com>.
Sandy.Soesilo@commerzbank.com wrote:

> ...
> hi..
> 
> i got this error message everytime i run my fop
> :
> [WARNING] Sum of fixed column widths 793693 greater than maximum specified
> IPD 0

This error is simply saying that youve declared columns whose total width is 
greater than the width of the page.

Column widths need to be specified either as fixed values, e.g. 5cm, 25mm, etc 
or using the proportional-column-width() function. You cannot use percentages 
in column widths. You do not need to specify a width for the table itself.

<snip/>

> can I please attach my .fo file to the list so somebody can take a look of
> my file and check it,..

you may post a small snippet, showing the table definition.

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org