OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]