Re: Misalignment of list-item label and body when different fonts

2011-01-06 Thread Pascal Sancho
Hi, What you need here is the relative-align property, witch is unfortunately not yet supported by FOP (see [1] [2]). As a work-around, you can add a space-before property on the 1st element of the list-item-body, with the .conditionality set to 'retain' [1]

Re: how to extend the rendering part of fop

2011-01-06 Thread gen1986
I finally worked it out. Ouf. I had to create a ImageFactoryLoader and a Loader to create my initial Image from the context. After reading the code I conclude that we can't avoid creating the Loader and LoaderFacotry. If you look at the code of

fo:table space-after

2011-01-06 Thread Philippe Pithon
Hello all, I start upgrade from FOP 0.20.5 to FOP 1.0 I have a problem with space-after in fo:table (space-before works fine) fo:table border=1 space-before=40px space-after=40px table-layout=fixed width=100% With my test page, there isn't space after my table But with FOP 0.20.5 it's

RE: fo:table space-after

2011-01-06 Thread Amick, Eric
It wouldn't surprise me if it has something to do with conditionality. Have you tried adding space-after.conditionality=retain? Eric Amick Systems Engineer II Legislative Computer Systems -Original Message- From: Philippe Pithon [mailto:ppit...@sigal.fr] Sent: Thursday, January 6,

Re: fo:table space-after

2011-01-06 Thread Philippe Pithon
OK, it's works fine ! Thanks ! I read this attribut on http://www.w3.org/TR/xsl/#spacecond : Conditionality is an enumerated value which controls whether a space-specifier has effect at the beginning or end of a reference-area or a line-area. Possible values are retain and discard; a

barcode4j and 3 of 9 compressed barcode type

2011-01-06 Thread BLAYKM
Hi I am using barcode4j-2.1.0 to develop barcodes using XSL-FO. Actually we are trying to develop XSL-FO templates for Documents that were developed using Jet-Forms. Does Barcode4j support the barcode type 3 of 9 compressed format. If Not what could be closest barcode type to 3 of 9 compressed.