Redirect the Logger ?

2003-06-04 Thread Carsten Hau
Hi, Foppers I'm integrating FOP 0.20.5rc3a into an application which uses log4j for logging. driver.setLogger(fopLogger); does not accept my log4j-logger. I don't want to have 2 Loggers in my application, so does anybody know if it is possible to redirect the avalon.logger to another Logger

Re: Redirect the Logger ?

2003-06-04 Thread Jeremias Maerki
It is possible. See http://xml.apache.org/fop/embedding.html#logging on how to add your own logger. On 04.06.2003 11:03:35 Carsten Hau wrote: I'm integrating FOP 0.20.5rc3a into an application which uses log4j for logging. driver.setLogger(fopLogger); does not accept my log4j-logger. I don't

Re: Arial Font

2003-06-04 Thread jaccoud
Clay Leeds [EMAIL PROTECTED] BTW, I doubt case matters in here. It should. According to the FO and CSS2 specs, font names are just strings (normalised if not quoted), and should match exactly. In FO, particularly, this should matter, for XML is case-sensitive and font names are explicitly not

Status of the Postscript Renderer

2003-06-04 Thread Jan Bernhardt
Hi, I want to use the Postscript renderer for regular report printing. Unfortunately there are a few glitches which keep from doing so: JPEGs (at least the ones I tried) cause range errors and the Euro sign doesn't print due to wrong charset mapping. The first problem can be resolved by

Table aligning right...

2003-06-04 Thread Kodandapani A.
Hi, I have created a table with 45% of the total page width, which should be aligned right. The problem is, the table comes-up with 100% width, when pdf get generated. Following is the xsl snippet which i am trying, fo:table start-indent=(8.5in - 0.6in - 0.6in) - (((8.5in - 0.6in - 0.6in) *

Re: Table aligning right...

2003-06-04 Thread Jeremias Maerki
Easiest is probably using nested tables. First establish a blind table with two columns and put your 45%-table in a table-cell in the second column. Maybe the following link could also provide some inspiration: http://xml.apache.org/fop/fo.html#fo-center-table-horizon I hope that helps. On

Re: PDF encryption and unreadable bookmarks

2003-06-04 Thread Jeremias Maerki
I can confirm: This is a bug. The nice thing about it is that it works in the redesign. :-) But that won't make you happy. I've filed a bug in BugZilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20480 I'll have to reactivate my brain to find out what I did in the redesign to make it work.

Wrapping string (without spaces)...

2003-06-04 Thread Kodandapani A.
Hi, How can i wrap a string(which has no spaces) inside a cell. Example, if i have string SanFrancisco. But the cell accommodate only 5 letter width. Then it has to wrap the word as SanFr ancisco Any idea, how to do this. Thanks in advance - KP DISCLAIMER: This message (including attachment

Re: PDF encryption and unreadable bookmarks

2003-06-04 Thread Jeremias Maerki
I've added a comment to the bugzilla entry that says what's wrong and what to look at if someone wants to fix it in the maintenance branch. On 04.06.2003 16:23:54 Jeremias Maerki wrote: I can confirm: This is a bug. The nice thing about it is that it works in the redesign. :-) But that won't

background-color in region-after

2003-06-04 Thread Francisco GarcĂ­a
Hello. I need to set the region-after and the region-before with a background-color. I have the region-body with margins and I put the region-after and the region-before with bakground-color: fo:simple-page-master master-name="ModeloFacturaLocalizacion" page-height="29.7cm"

Re: Running FOP from Java

2003-06-04 Thread Christoph Strehl
That example works fine for me ... except this little thing : My own application exits if I close the AWT Viewer which it isn't supposed to. Is it to possible to change that without having to modify the FOP-lib? Christoph S. - Original Message - From: Jeremias Maerki [EMAIL PROTECTED]

Re: Status of the Postscript Renderer

2003-06-04 Thread Jan Bernhardt
On Wed, 04 Jun 2003 14:59:15 +0200 Jeremias Maerki [EMAIL PROTECTED] wrote: The PS renderer is under active development but progress, as with other portions of FOP, is not very fast. The focus of development is on the redesign, however. Only bugfixes are made to the maintenance branch code.

Eps image error : For input string:

2003-06-04 Thread David Mann
Using fop-0.20.5rc3a (j2sdk1.4.1_02/windows 2000), I am getting the following error message processing to pdf: [fop] [ERROR] Error while creating area : Error while recovering Image Informations (file:/E:/test/images/SystemContext.eps) : For input string: Using alternative formats works fine,

True Type Font in ps renderer

2003-06-04 Thread Rob Stote
Title: True Type Font in ps renderer Hello: I am trying to render a document that utilizes ocraext.ttf for one line on the document for bill paying. I was able to add the font into FOP, do the configuration and get it to work...sort of. When I render in PDF I can see the line in the

PDF form fields with FOP or other way

2003-06-04 Thread Michael Schlottmann
Hi, I am looking for a way to insert text form fields or radio buttons into a PDF file. The PDF document is generated with FOP. I think with the actual version of FOP (0.20.5), form elements cannot be inserted, can't they? Will this feature be present in a near future version of FOP?

FOP and user load?

2003-06-04 Thread Phillip Rhodes
Hi. I am trying to figure out how many users can simultaneously generate a PDF document with FOP. Average document is 20 pages long, with 20 images that are generated via servlet. Can anyone give me some ball park numbers or ideas on how to figure this out? How should I factor in available