Re: Help with unicode characters

2003-04-15 Thread J.Pietschmann
Jon Steeves wrote: I just processed an xsl:fo with FOP and got this message: "An invalid xml character ..." Try as I might, I can't find a unicode character that matches that number, nor was I able to find FOPs explanation of this message. Can anyone tell me how to interpret that message and find

servlet with encryption and url parameters

2003-04-15 Thread Adam Shelley
Hello, I wanted to have a servlet with url parameters and encryption enabled the would allow a document output via fop to keep bookmarks as well. i'm just sending this code for the archive just in case any other non java people need some working code to do as such. this doesn't take any paramete

Help with unicode characters

2003-04-15 Thread Jon Steeves
Hello: I just processed an xsl:fo with FOP and got this message: "An invalid xml character ..." Try as I might, I can't find a unicode character that matches that number, nor was I able to find FOPs explanation of this message. Can anyone tell me how to interpret that message

Re: FOP output streaming

2003-04-15 Thread J.Pietschmann
Daniel Tschan wrote: Thanks, but we already did follow all this points. Memory usage is still depending on the number of pages. The FO tree will not be reclaimed until a page sequence ands. Also some structures managing PDF data will grow steadily. On the other hand less memory usage can result in

Re: problem with page sequence

2003-04-15 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: The following page sequence genertes two pages instead of one. Are you sure? This should only happen if another page sequence follows. Also read http://xml.apache.org/fop/faq.html#blank-page-between-page-sequences J.Pietschmann

Re: FOP output streaming

2003-04-15 Thread Daniel Tschan
Thanks for your fast reply. > Please check the following URL for ideas to improve the situation. > http://xml.apache.org/fop/faq.html#OutOfMemoryException Thanks, but we already did follow all this points. Memory usage is still depending on the number of pages. > This only works as long as pages

Re: xsl:import error with new jaxp and fop 0.20.5rc2

2003-04-15 Thread Jeremias Maerki
According to the non-normative DTD fragment in the XSLT spec xsl:import must occur at the very beginning withing the xsl:stylesheet element. Only xsl:include instances may occur later. Your new version has probably started checking for these rules where older versions did not. Please realize that t

problem with page sequence

2003-04-15 Thread vikram . x . kondadasula
Hai, The following page sequence genertes two pages instead of one.Could anybody tell me why this happens. TestPage Thanks Vikram - To unsubscribe, e-mail: [EM

Re: error converting SVG to PDF

2003-04-15 Thread Jeremias Maerki
Batik 1.5 beta5 has the PDF transcoder included. As an alternative you can try to rename fop.jar to pdf-transcoder.jar so the classpath specified inside batik-rasterizer.jar picks up FOP at all. The problem you have is that fop.jar doesn't get loaded into the classpath. The other possibility is to

Re: FOP output streaming

2003-04-15 Thread Jeremias Maerki
Please check the following URL for ideas to improve the situation. http://xml.apache.org/fop/faq.html#OutOfMemoryException On 15.04.2003 12:30:17 Daniel Tschan wrote: > We develop a client application which realizes printing through PDF > rendering. Since memory on the clients is limited and the u

xsl:import error with new jaxp and fop 0.20.5rc2

2003-04-15 Thread Louis . Masters
I just upgraded to fop 0.20.5rc2 and switched to jaxp (newest version) and now all of my stylesheets transformations fail with the following: javax.xml.transform.TransformerException: xsl:import is not allowed in this position in the stylesheet! at org.apache.xalan.processor.StylesheetHandler

Re: Png image

2003-04-15 Thread Jeremias Maerki
Works fine here. Have you tried another PNG from a different source? In case you use the source distribution: did you do a full rebuild of FOP with Jimi included? On 14.04.2003 17:33:34 vikram.x.kondadasula wrote: > > I am using a gif ,as background image.It works finebut if > I use a png image i

error converting SVG to PDF

2003-04-15 Thread Gary Marshall-Stevens
Title: Message Can anyone help with this issue:   I have batik-1.1.1 installed and fop-0.20.4 both binaries. I am running the following at the command line:   C:\FOP\batik-1.1.1>java -jar batik-rasterizer.jar -m application/pdf samples/batikFX.svg   this is the error I receive: Error while

Re: border-top and -bottom on table-rows

2003-04-15 Thread Chris Bowditch
From: David Neary <[EMAIL PROTECTED]> I'm trying to figure out how to do a border between rows of a table, but the borders are either not appearing or are being hidden by something else. What is the expected behaviour of a border-top or -bottom? The broders on rows and columns dont work for me e

FOP output streaming

2003-04-15 Thread Daniel Tschan
Hi We develop a client application which realizes printing through PDF rendering. Since memory on the clients is limited and the users can print hundreds of pages, the memory complexity of the PDF renderer must not depend on the number of pages printed. But up to the latest FOP release 0.20.4 exac

border-top and -bottom on table-rows

2003-04-15 Thread David Neary
Hi, I'm trying to figure out how to do a border between rows of a table, but the borders are either not appearing or are being hidden by something else. What is the expected behaviour of a border-top or -bottom? The fo is like this... Test Test ... and at l