Re: Keeping fo:block with the page's end

2005-08-05 Thread Chris Bowditch
Frank Lorenz wrote: Hi, is it possible to keep a fo:block with the end of a page? In the example below i have a page with 2 columns and 9 fo:block elements. The 9'th element should be shown at the end of the page. Have you looked at fo:footnote? It may help you achieve what you need. The

Re: creating printable high res PDF 2400dpi

2005-08-05 Thread Jeremias Maerki
PDF is normally resolution-independent as it is mostly a vector-format. FOP includes bitmap images as-is into the PDF, so bullshit in, bullshit out. :-) If you have 2400dpi bitmap images, they make it into PDF as a 2400dpi image if your Java VM doesn't collapse because of the memory requirements.

RE: Font loading problem (linux)

2005-08-05 Thread Pascal Sancho
-Message d'origine- De : Peter Verhoye [mailto:[EMAIL PROTECTED] Well, each style has its own metric and embed-file in my case. I use a similar config (with GillSans GillSans Light) with success. font embed-file=file:///home/relstar/fop/fop-0.20.5/fonts/truetype /arial.ttf

Re: creating printable high res PDF 2400dpi

2005-08-05 Thread Dirk Bromberg
Thanks, for the first i'll have a look what we need for printing and than see how to solve possible problems in fop if there are.. Dirk Jeremias Maerki wrote: PDF is normally resolution-independent as it is mostly a vector-format. FOP includes bitmap images as-is into the PDF, so bullshit

FOP/Batik 1.6

2005-08-05 Thread mka
Hey all, Forgive if this has already been answered - with the release of Batik 1.6, that barik.jar is now split into several minor jars, as I understand it (and have seen in the batik lib folder). To reduce distribution size, I would like to include as little as possible of batik (especially

Re: FOP/Batik 1.6

2005-08-05 Thread Jeremias Maerki
On 05.08.2005 11:08:41 mka wrote: Hey all, Forgive if this has already been answered - with the release of Batik 1.6, that barik.jar is now split into several minor jars, as I understand it (and have seen in the batik lib folder). There is still an Ant target called all-jar that

Re: Font embedding again

2005-08-05 Thread Jeremias Maerki
Funny. Some people have no problem on Windows and when they move to Linux. Bonk! Sorry, Peter, if I had an idea about your problem I'd chime in. No Linux here to test. :-( And now you, exactly the other way around. Hmm. So, Sonja, did you check all the log output closely? Any error or warning

Re: Keeping fo:block with the page's end

2005-08-05 Thread Frank Lorenz
Why can't you use the region-after section of the When using region-after the page would look like the one below. But i need a solution, where the last block is kept with the bottom of region-body, and not with the bottom of region-after. --- | ### | ### | | ### | ### | |

Re: Keeping fo:block with the page's end

2005-08-05 Thread Jeremias Maerki
I don't think this is possible with XSL-FO at all. We might have some extensions to the spec, that might allow such a thing with some tweaking sometime in the future with the new code. But until then you have to do with what is available, i.e. the region-after suggestion which I also think is

Re: Keeping fo:block with the page's end

2005-08-05 Thread Frank Lorenz
Have you looked at fo:footnote? Yes, i have tried already with footnotes. The problem with footnotes is, that they do not support columns. That means, the block wich should actually be shown in one column spans over all columns of the region-body. --- | ### | ### | | ### |

Re: Keeping fo:block with the page's end

2005-08-05 Thread J.Pietschmann
Frank Lorenz wrote: Hi, is it possible to keep a fo:block with the end of a page? In the example below i have a page with 2 columns and 9 fo:block elements. The 9'th element should be shown at the end of the page. Example: --- | ### | ### | | ### | ### | | ### | | | ###

RE: Keeping fo:block with the page's end

2005-08-05 Thread Jeff Stanley
I am no expert, but can you use the display-align fo:block attribute to force text to the bottom if it is the last block? -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 4:50 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Keeping

Re: Keeping fo:block with the page's end

2005-08-05 Thread J.Pietschmann
Jeff Stanley wrote: I am no expert, but can you use the display-align fo:block attribute to force text to the bottom if it is the last block? It depends. The property only applies to FO which generate reference areas, so it can't be used on a plain fo:block, and IIRC FOP only implements it for