RE: How to add watermark image in center for each page in pdf

2008-09-18 Thread Pascal Sancho
Hi, What you need is background-position-horizontal and background-position-vertical properties. There is some limitation when using "repeat-*", see [1], but work fine in other cases. [1] http://xmlgraphics.apache.org/fop/compliance.html#fo-property-background-position-horizontal Pascal > -

RE: How to add watermark image in center for each page in pdf

2008-09-18 Thread sushilmuppidi
HI Pascal I got the solution from ur suggested link, Thank u sushil Pascal Sancho wrote: > > Hi, > > What you need is background-position-horizontal and > background-position-vertical properties. > There is some limitation when using "repeat-*", see [1], but work fine in > other cases. > [1

Fop 0.95 beta-1 shutdowns my Weblogic server

2008-09-18 Thread Erennion
Hi everybody: I am running fop 0.95 beta-1 (the lastest version I have found on maven repositories) in a weblogic server, and I have an unexpected problem when an error occurs whithing the fop "xmlToPdf" execution. In the following example, an exception had been thrown due to the fact that I had

Re: Fop 0.95 beta-1 shutdowns my Weblogic server

2008-09-18 Thread Philip V
Hi, The error indicates that your FO file has errors. fo:table-body is missing child elements. Have you checked your FO file to see if you have a table with no fo:table-row's ? HTH, Phil Erennion wrote: > > Hi everybody: > > I am running fop 0.95 beta-1 (the lastest version I have found

Re: Fop 0.95 beta-1 shutdowns my Weblogic server

2008-09-18 Thread Erennion
Of course, I'm aware of how to solve the problem with the . ;) BUT, should this error shutdown the server?? That's the main issue. I've attached the FO file with which I'm having trouble. You can try to execute it to see whether it comes out into a shutdown of the web server (remember that I am

Why I failed linenumbering programlisting?

2008-09-18 Thread Yang SongXiang
Hi, I use FOP 0.95, but it failed do linenumbering text in , for both pdf and html output. My source XML file is like this: --- tmp example Line1 Line2 Line3 txt Line4 Line5 Line6 Line7 Line8