Re: Keeping text together in two different table cells

2006-08-23 Thread Mike Ferrando
Jackie, I have a suggestion for you that might help. I guess you are using the command line to transform your XML directly into PDF using FOP. You need to see your finished XSL-FO output before it is rendered into PDF. This is a basic transformation that can be done by SAXON (for example). Examine

Re: [0.92beta] foUserAgent.setBaseURL - Problem with external-graphics

2006-08-23 Thread Johannes Becker
Hi, thanks for the hint. I forgot the "file:///". It works now with: userAgent.setBaseURL("file:///" + pathString); But what are the 3 slashes for in "file:///"? Is this necessary? Will this work on Unix-machines? Cheers Jonny Original-Nachricht Datum: Wed, 23 Aug 2006 15:

Re: [0.92beta] foUserAgent.setBaseURL - Problem with external-graphics

2006-08-23 Thread Andreas L Delmelle
On Aug 23, 2006, at 13:27, Johannes Becker wrote: Hi, As far as I understood I can do this in 0.92beta with the foUserAgent: foUserAgent.setBaseURL(pathString); Sounds right. If this is surrounded by code that resembles the description given on the embedding page, that is... http://xmlgra

(Image)-Streams into pdf

2006-08-23 Thread Johannes Becker
Hi, I'm want to write (jpg)images from InputStreams into my Pdf. Is this possible with FOP 0.92? Cheers Jonny -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl ---

[0.92beta] foUserAgent.setBaseURL - Problem with external-graphics

2006-08-23 Thread Johannes Becker
Hi, I'm having troubles understanding setting the baseDir in FOP 0.92beta. In 0.20.5 I set the baseDir like this: Configuration.put("baseDir", pathString); As far as I understood I can do this in 0.92beta with the foUserAgent: foUserAgent.setBaseURL(pathString); Now images aren't emmbedded in

Re: keep-with-next (fop thrunk-svn 08Ago2006)

2006-08-23 Thread Andreas L Delmelle
On Aug 23, 2006, at 12:07, Luis Ferro wrote: Hi, I've the following code somewhere in a page: What i was supposed to expect would be that the two tables to stick together in the same page, but the actual results are that they are broken apart one in each page... Is there a solution arou

keep-with-next (fop thrunk-svn 08Ago2006)

2006-08-23 Thread Luis Ferro
I've the following code somewhere in a page: