Limiting table to one page

2004-07-05 Thread Richard Evans
I have a table generated dynamically with varying row heights.  If possible I’d like to just display enough of the table to fit on one page, with the remaining rows being discarded.    Is there any easy way of doing this?   Richard

RE: Detecting errors in rendering

2004-07-05 Thread Richard Evans
Yes, that does make sense! Many thanks for the tip. Richard -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 05 July 2004 09:50 To: [EMAIL PROTECTED] Subject: Re: Detecting errors in rendering Richard Evans wrote: > I've tried implementing my own Lo

Detecting errors in rendering

2004-07-05 Thread Richard Evans
I’m running FOP in a servlet to convert .fo files to PDFs.  I need to detect whether the render job had any errors.   I’ve tried implementing my own Logger and using Driver.setLogger and this does catch some errors.  However other errors (bad property formats, etc) seem to be reported via

Auto-sized block?

2004-06-30 Thread Richard Evans
I want to have a block of text with a border and background colour which is just wide enough for the text.   I’ve tried fo:block with border and background-color attributes but the block always seems to extend across the whole page.   Any simple solution?   Richard

RE: Free Visual tool for making fo files

2004-05-24 Thread Richard Evans
There is a free word processor AbiWord (www.abisource.com) which appears to have a 'save as XSL-FO' plugin. I tried it but the output was a bit broken - missing close tags, etc. (Another) Richard -Original Message- From: Richard Sweeney [mailto:[EMAIL PROTECTED] Sent: 24 May 2004 17:02

FO templates

2004-03-30 Thread Richard Evans
I want to implement an application which can use XSL-FO templates which are converted to PDFs with the help of some external code. The templates will contain application elements which the helper code will map to XSL-FO at conversion time. Something like: http://www.w3.org/1999/XSL/Format