DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36935>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36935





------- Additional Comments From [EMAIL PROTECTED]  2005-10-05 14:53 -------
(In reply to comment #1)
> There's the same problem with the following messages:
> 
> 'The contents of row 1 are taller than they should be (there is a
> block-progression-dimension or height constraint on the indicated row). Due to
> its contents the row grows to 127558 millipoints, but the row shouldn't get 
> any
> taller than MinOptMax[min=opt=max=70866] millipoints.'

This tells you that you have a logical error in your FO file. You specify the
height of either a table-cell or table-row which also sets the maximum to that
value. Now, the contents of one of the cells is larger than your specified
maximum and therefore you get an error. The row will still automatically grow.
This is only a warning to you. Some users might want to have this reported as an
error in the future. Note that FOP Trunk is much more strict about the
interpretation of the specification. Therefore, it is likely that you'll get
more warning messages, but you have to make the difference between warnings and
errors.

To get rid of the warning message use block-progression-dimension.minimum
instead of height. That will leave the maximum on the value "auto" which allows
the row to grow as needed.

> and
> 
> 'Invalid ICC profile: java.lang.IllegalArgumentException: Invalid ICC Profile 
> Data
> java.lang.IllegalArgumentException: Invalid ICC Profile Data'
> 
> We actually don't know if *we* have done something wrong, or the *tool vendor*
> or *fop*, so we need your help to clarifiy this.

That's not an error message from FOP. I assume you embed a JPEG image with an
ICC profile and someone has a problem with it. If you attach that image I can
take a look at it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to