Bug 34948 - related to bug 13347
Summary: related to bug 13347
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.5
Hardware: Other AIX
: P2 major
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 10:40 UTC by graeme wilson
Modified: 2012-04-01 13:54 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description graeme wilson 2005-05-18 10:40:03 UTC
When using the standard fop 20.5 pdf rendering libraries with Oracle HTML db I 
get the following error messages

05/05/17 11:34:06 [INFO] [1]
05/05/17 11:34:06 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:06 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:07 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:07 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:07 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [INFO] [2]
05/05/17 11:34:08 [INFO] Parsing of document complete, stopping renderer

How do I fix this ?
Comment 1 Chris Bowditch 2005-05-18 11:26:14 UTC
Dont raise bugs in order to ask questions. The correct procedure is to ask 
questions on the user mailing list. See the website on how to register with 
the user list:

http://xml.apache.org/fop/maillist.html#fop-user

Ok, now to your question:

the warning table-layout="auto" occurs because the table-layout has a default 
value of "auto", but FOP doesnt yet support auto. Specify explicitly table-
layout="fixed" on your tables to avoid seeing this message.

The error message is simply saying that you must specify a width on the table 
element.

Chris
Comment 2 Glenn Adams 2012-04-01 13:54:58 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs