This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] fop problems


On Tuesday 17 February 2004 16:04, David N. Welton wrote:
Hi David,

first let me say, that FOP is (at the moment) not a complete implementation of 
Formating Objects and the docbook xsl styles uses not implemented features.

> [ERROR] property - "background-position-horizontal" is not implemented yet.
> [ERROR] property - "background-position-vertical" is not implemented yet.

Not implemented. (very bad) workaround: use a image with same size as your 
output pages (this will make your PDF larger)

> Error creating background image: Error creating FopImage object
> (http://docbook. sourceforge.net/release/images/draft.png) : Jimi image
> library not available

The most likely cause is that, well, the Jimi image library is not available. 
The jimi.jar file is no longer included in the FOP distribution because of 
licensing problems. The documentation delivered with FOP mentions this, and 
should provide instructions how to get and install Jimi for yourself. If not, 
look at http://java.sun.com/products/jimi/ for a download. An alternative I#m 
using is JAI (see http://xml.apache.org/fop/graphics.html#jai for details).

> [ERROR] Unknown enumerated value for property 'relative-align': baseline
> [ERROR] Error in relative-align property value 'baseline':
> org.apache.fop.fo.exp r.PropertyException: No conversion defined

Not implemented.

> [INFO] area contents overflows area in line
FOP have a problem to calculate the line width, but normally the output should 
be okay.

Regards, Kai


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]