Re: Table troubles

2007-02-12 Thread Vincenzo Mazzeo
Moreover I have some cells with the 'display-align' attribute set to 'after'. Because of I can't use the 'keep-together' attribute on rows, it happens that if a row is shared on two pages the 'display-align' doesn't work and the value appears on the former page instead of the latter. This

Re: Table troubles

2007-02-12 Thread Vincent Hennebert
Hi Vincenzo, Vincenzo Mazzeo a écrit : Moreover I have some cells with the 'display-align' attribute set to 'after'. Because of I can't use the 'keep-together' attribute on rows, it happens that if a row is shared on two pages the 'display-align' doesn't work and the value appears on the

Java2DRenderer and font support

2007-02-12 Thread roar.johansen
I have tried the fixed Java2DRenderer (PNG) in FOP 0.93, and get messages that specific fonts (SpecificFont,normal,400) cannot be found, using any,normal,400 instead. The specific fonts are embedded for PDF and work fine with the PDF renderer. I examined the release notes, which state quote The

Re: Table troubles

2007-02-12 Thread Vincenzo Mazzeo
It seems there is no bug open on bugzilla. I put a new entry (41592). Regards Vincenzo Vincent Hennebert ha scritto: Hi Vincenzo, Vincenzo Mazzeo a écrit : Moreover I have some cells with the 'display-align' attribute set to 'after'. Because of I can't use the 'keep-together' attribute on

compiling problem

2007-02-12 Thread Mihir Kumar Jha
sir, while compiling ExampleXML2FO.java i get following message ExampleXML2FO.java:68: package org.apache.avalon.framework does not exist import org.apache.avalon.framework.ExceptionUtil; ^ ExampleXML2FO.java:126: cannot find symbol symbol : variable

word-spacing

2007-02-12 Thread Olivier Mansour
Hello does FOP deal with the word-spacing attribute in blocks ? thx you Olivier -- Olivier Mansour http://www.clever-age.com Clever Age Lyon - conseil en architecture technique GSM: +33 6 11 03 23 77 Tél: +33 4 78 89 46 45 Clever Age vous invite à ses petits déjeuners du Jeudi

RE: word-spacing

2007-02-12 Thread Gregan, Miroslav
Hi, According to the known issues: http://xmlgraphics.apache.org/fop/0.93/knownissues_overview.html block_word-spacing.xml (block word-spacing): Word-spacing may not work as expected. Miroslav -Original Message- From: Olivier Mansour [mailto:[EMAIL PROTECTED] Sent: Monday, February

Re: compiling problem

2007-02-12 Thread Chris Bowditch
Mihir Kumar Jha wrote: sir, while compiling ExampleXML2FO.java i get following message ExampleXML2FO.java:68: package org.apache.avalon.framework does not exist import org.apache.avalon.framework.ExceptionUtil; ^ ExampleXML2FO.java:126: cannot find symbol

FOTreeBuilder - Mismatch

2007-02-12 Thread tahjmh
We have recently unpdated to the .93 version. I am able to generate PDFs from a command line program with no warning messages. However, when the application is deployed, every fo statement receives the following warning messge (root is just an example): org.apache.fop.fo.FOTreeBuilder -

Re: FOTreeBuilder - Mismatch

2007-02-12 Thread J.Pietschmann
tahjmh wrote: We have recently unpdated to the .93 version. I am able to generate PDFs from a command line program with no warning messages. However, when the application is deployed, every fo statement receives the following warning messge (root is just an example):

Re: 7 page FOP postscript file only shows first page in GhostScript, etc.

2007-02-12 Thread Jeremias Maerki
This is interesting. Your PS file indeed causes DSC errors in GhostScript. If I look at the file with a text editor I'd say the file is correct. The EPS file is correctly enclosed between %%Begin/EndDocument. If I disable DSC functionality in GhostView I can see all pages correctly which is

Re: Table troubles

2007-02-12 Thread Jeremias Maerki
On 09.02.2007 18:43:40 Andreas L Delmelle wrote: On Feb 9, 2007, at 18:22, Jeremias Maerki wrote: An extension isn't necessary. This can be expressed with normal FO means: Specify block-progression-dimension.optimum=100% and block-progression-dimension.minimum=0pt on the last

Re: 7 page FOP postscript file only shows first page in GhostScript, etc.

2007-02-12 Thread brycenesbitt
Encapsulating Encapsulated Postscript be deprecated, but it is not clear there is a viable alternative. What I start with is Illustrator files. EPS is a reasonably automated export. And my target is a postscript based format. What am I supposed to do instead? Any idea if the GhostScript

character problem

2007-02-12 Thread Jason R Briggs
Hi all Just wondering if anyone else has experienced this problem. I have a specific character to include in my xml (an angle symbol #8736;). The symbol is available in arial ttf, I've had this in my fop.xconf for ages (metrics generated properly, etc). However, that one symbol will not

Re: 7 page FOP postscript file only shows first page in GhostScript, etc.

2007-02-12 Thread Jeremias Maerki
On 12.02.2007 23:56:01 brycenesbitt wrote: Encapsulating Encapsulated Postscript be deprecated, but it is not clear there is a viable alternative. What I start with is Illustrator files. EPS is a reasonably automated export. And my target is a postscript based format. What am I supposed

XSL - NewLine

2007-02-12 Thread Gregan, Miroslav
Hello all, I need to put manually new line in a pdf document and it has to be for the @value field. I know, to put a new line I should use a new block, but Is it possible to put some kind of \r\n string into the value to format it? fo:block hyphenate=true font-size=10pt font-weight=bold