Hi all,
I have recently upgraded my computer to fedora 9 (was fedora core 4) and
suddenly fop doesn't work anymore. The X server is running, but I also tried
the -Djava.awt.headless=true trick, which didn't work either.
Whenever I try to render a page, I am getting this in the logfile:
build
Hi,
fopFactory.setUserConfig(new File(userConfigPath));
works for me !!!
To generate a FOP font metrics file (.xml) and create a UserConfigFile, I
have done what's explained here:
http://www.sagehill.net/docbookxsl/AddFont.html
http://xmlgraphics.apache.org/fop/0.94/fonts.html
I use FOP 0.95beta
I am not quite sure what you are after but I do believe the current FOP
behavior is correct with respect to the specification. And yes, you won't
see any difference in glyph placing in your scenario and nor should you. In
the default case line-height is determined by the 'em' box defined by the
fon
Hi,
I have a requirement to do the following:
Text will be on the right-hand pages (even) with supporting illustration on
the facing left-hand pages (odd).
Is this possible using xsl-fo? I am generating the FO from xslt. Text and
graphics can be just about any where in the markup, so I am havi
Vincent Hennebert-2 wrote:
>
> I guess FOP 0.20.5 was taking the height of the biggest letter for the
> line height, which is wrong; what’s supposed to happen if you put a word
> like ‘jaguar’ in one cell, and ‘ToDo’ in the next cell? Should the
> baselines be aligned or not?
>
> Details can be
what I am actually trying to do is the following:
Hi Andreas,
Thanks for your response!
The problem with fo-external-graphic is that it does not work as a
background for a text that is placed in the footer. ;-( So frustrating...
Best wishes,
Nancy
Andreas Delmelle-2 wrote:
>
> On Oct 5, 2008, at 15:42, nancy_b wrote:
>
> Hi
>
>> I am tryi