line height defaulting (0.20 vs 0.95)

2010-07-02 Thread Julian Reschke
Hi, I'm helping a customer upgrading from 0.20.4 to 0.95, and we discovered a difference in line-height defaulting. It appears that even when line-height is set explicitly, FOP 0.95 makes the inter line space *slightly* bigger. I'll assume that 0.95's behavior is the correct one, but I

RE: FOP trunk error message when run from ant

2010-07-02 Thread Jayant Ghagre
Eric, In our case, we get data from database as XML, apply the reports specific xsl-fo template (.xsl file) and generate a PDF report. That's our requirement and the solution I mentioned works very well for us. All we need is create FOP Factory instance, specify the configuration file location,

RE: FOP trunk error message when run from ant

2010-07-02 Thread Eric Douglas
I'm not suggesting that it wouldn't work, just that it sounds like some ugly hack to combine the two methods, that the xconf file should be required if you're calling FOP from a command prompt and if you're using the classes with embedded code you could skip the xconf file and use the proper code

How to Get Borders to Work

2010-07-02 Thread Tom Browder
I notice there is an open bug about borders not fully working on some objects. I can't get them to work on blocks or block containers (using trunk). Has anyone got it to work on either block or block container? If so, can you show the exact syntax that worked for you? Thanks. -Tom Thomas M.

NoClassDefFoundError: SVGDOMImplementation (initialization failure)

2010-07-02 Thread Sanjeev Kulshreshtha
Hi All, I am trying to convert fo document to PCL using fop and getting following error while instantiating FOPFactory : java.lang.NoClassDefFoundError: org.apache.batik.dom.svg.SVGDOMImplementation (initialization failure) at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)

Re: How to Get Borders to Work

2010-07-02 Thread Craig Ringer
On 3/07/2010 2:45 AM, Tom Browder wrote: I notice there is an open bug about borders not fully working on some objects. URL? I can't get them to work on blocks or block containers (using trunk). Border work fine for me on blocks in 0.95 and trunk. Have a look at the test cases in fop for