Re: Controlling when a page break occurs.

2007-04-26 Thread Jeremias Maerki
This concept is called "widows and orphans". See http://www.w3.org/TR/xsl11/#orphans and http://www.w3.org/TR/xsl11/#widows You'll need FOP 0.93 for that to work. On 27.04.2007 00:55:18 Reavis Sutphin-Gray wrote: > Hi, > > Is there a way to cause a page break to occur early if too few lines >

Re: fop.jar, Service-registration mechanism, one-jar problem

2007-04-26 Thread Jeremias Maerki
Plus, you may need to merge some text files inside /META-INF/services if you merge multiple JARs which may have files with the same name. BTW, FOP doesn't do "funny things" concerning renderer registration. This is a properly documented facility offered through Java. See here: http://java.sun.com/

Re: URIResolver for svg

2007-04-26 Thread Jeremias Maerki
On 27.04.2007 00:00:55 Peter wrote: > Hello, > > I have been trying to get my head around this (without much success). > > Currently I bumped in to the Batik ParsedURL.registerHandler method. That's the most likely place to do something. > Is that the (only) way to tell to Batik to do somethi

Re: File sizes under Win and Linux

2007-04-26 Thread Jeremias Maerki
How about doing a diff between the two PDFs to get an idea what's going on? I wouldn't normally expect any size difference between platforms for a PDF file if all the variables concerning FOP (especially the configuration) are the same. On 25.04.2007 08:53:57 Manuel Strehl wrote: > Hi. > > Just

Re: fop.jar, Service-registration mechanism, one-jar problem

2007-04-26 Thread Daniel Noll
[EMAIL PROTECTED] wrote: Now FOP does a funny thing with renderer-registration and I don't see the use for it. Instead of doing a sort of init process like: - create map > - register internal classes with MIMEs > - handover map to plugin concept you do something like "read entries from file f

Controlling when a page break occurs.

2007-04-26 Thread Reavis Sutphin-Gray
Hi, Is there a way to cause a page break to occur early if too few lines would flow to the next page. Basically I want to make sure that there will always be at least three lines of text on the last page. I'm having trouble searching for info on the subject because it's kind of hard to de

RE: URIResolver for svg

2007-04-26 Thread Peter
Hello, I have been trying to get my head around this (without much success). Currently I bumped in to the Batik ParsedURL.registerHandler method. Is that the (only) way to tell to Batik to do something user specific when resolving relative URI's? Is there (any other) a way I can have FOP and Ba

AW: AW: Generate Black and White PDF's

2007-04-26 Thread Matthias Müller
hey thanks a lot for you replies, i had that feeling that it might be not possible just to say "serialize="BlackAndWhitePlease" ;-) anyway, i think converting every color in gray scales is the best solution so far. thanks, matthias - Ursprüngliche Mail Von: Abel Braaksma <[EMAIL PROTE

fop.jar, Service-registration mechanism, one-jar problem

2007-04-26 Thread b . ohnsorg
Hi there, I maintain a sort of release notes application, that is capable of exporting release notes information to various formats. I tried to add FOP-support to it and failed. I'm limited to one-jar solutions, I'm not allowed to refer to any sort of external package. That's why I use a huge j