NullPointerException while trying to run FOP servlet

2005-10-05 Thread Mohammed Amin
Dear All, I'm trying to instantiate FOP servlet but i got this exception: java.lang.NullPointerException at oracle.xml.jaxp.JXTransformer.reportXSLException(JXTransformer.java:776) at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:343) at

Re: NullPointerException while trying to run FOP servlet

2005-10-05 Thread Jeremias Maerki
Was there a nested exception further down the stack trace? If not, this is not enough information for us help you. Please run this document through FOP from the command-line. This might help you track down the problem. Maybe it's not even caused by FOP. On 05.10.2005 10:11:12 Mohammed Amin wrote:

One pdf report for multiple candidates

2005-10-05 Thread Avula, Srini
Help please.. I would like to create one pdf report for multiple candidates. Each candidate information should be in a new page. I am using only one XML file. The required format is PAGE 1 Candidate Report ---

Re: watermark

2005-10-05 Thread Louis . Masters
Daniel: I do something like this with SVG to show the status of the document (draft, final, etc.). However, transparency is not implemented yet (at least not in 0.20.3) so I have to keep the SVG very unobtrusive and colorless. Not sure if this helps much, but here is some XSL code:

Re: watermark

2005-10-05 Thread Louis . Masters
Daniel: Just stick the template call into the body flow. For example: fo:flow flow-name=xsl-region-body fo:block-container position=absolute top=10mm left=1mm height=70mm width=230mm xsl:call-template name=showWatermark xsl:with-param

RE: One pdf report for multiple candidates

2005-10-05 Thread Avula, Srini
Thanks. I am able to create for one user, but not for multiple users. I would like to know where do I need to filter the candidate number to create multiple pages?. Regards acnu -Original Message- From: Jan Pernica [mailto:[EMAIL PROTECTED] Sent: 05 October 2005 13:49 To:

Re: PDF/X and CMYK respectively

2005-10-05 Thread Jeremias Maerki
Sure, it's allowed to think about things like that but everyone has to be aware that these are non-standard extensions to the XSL specification! On 05.10.2005 15:00:58 Dirk Bromberg wrote: In XEP you can setup the colors via: rgb-icc (255, 255, 0, #CMYK, 0, 0, 1, 0) and rgb-icc(255,255,0,

Re: One pdf report for multiple candidates

2005-10-05 Thread Jeremias Maerki
Just design your stylesheet in a way that you create one page-sequence per candidate. Then you'll automatically have one page per candidate. On 05.10.2005 14:58:37 Avula, Srini wrote: snip/ I am able to create for one user, but not for multiple users. I would like to know where do I need to

RE: One pdf report for multiple candidates

2005-10-05 Thread Singhal, Ramneek \(Exchange\)
Create a new fo:page-sequence everytime a new candidate record is found in the xml -Original Message- From: Avula, Srini [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 7:28 AM To: fop-user@xml.apache.org Subject: One pdf report for multiple candidates Help please.. I would

Clip columns

2005-10-05 Thread Singhal, Ramneek \(Exchange\)
Dear All, I am creating a Landscape report. On top of the page there are table headers. These headers come from database with the defined width and can be more or less depending upon the report. I have to show only that many headers with the defined width which can fit on the landscape

Re: NullPointerException while trying to run FOP servlet

2005-10-05 Thread Glen Mazza
Jeremias Maerki wrote: Was there a nested exception further down the stack trace? If not, this is not enough information for us help you. Please run this document through FOP from the command-line. This might help you track down the problem. Maybe it's not even caused by FOP. If your FO (or

border-bottom not working

2005-10-05 Thread Singhal, Ramneek \(Exchange\)
Hi All, I need a table row having some data and a border at the bottom. It should look like CAPITAL - My fo for the same is fo:block fo:table table-layout=fixed width=100% fo:table-column column-width=proportional-column-width(1)/

Re: watermark

2005-10-05 Thread Daniel Brown
Thank you everyone. My solution was to use iText to add the watermark After the PDF is generated. It's the cleanest way to do it. If anyone wants any more info on this, let me know. Regards, Daniel [EMAIL PROTECTED] 10/05/2005 08:41 AM Please respond to

Re: border-bottom not working

2005-10-05 Thread Glen Mazza
IIRC these properties don't work in 0.20.5 at the table-row level. Try placing the properties on each fo:table-cell instead. If needing to duplicate each of these properties on every fo:table-cell becomes overly irritating, using XSLT templates to create the fo:table-cells or XSLT attribute

Re: pdf file on left of home page

2005-10-05 Thread madhavi gadireddy
Thank you John. It worked.John Burgess [EMAIL PROTECTED] wrote: Have a look at the fox extensions. In the documentation installed with fop 0.20.5 Extensions is at the bottom of the Features section on the left.or see http://xmlgraphics.apache.org/fop/extensions.htmlmadhavi gadireddy wrote: Hi, I

edit pdf info and sending back to Java Application

2005-10-05 Thread madhavi gadireddy
Hi, I need to edit a pdf created with FOP and send the information back to Java application. Can I edit the pdf with FOP or is there any better way to do it. Any help will be appreciated. Thank you, Madhavi. Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

Re: edit pdf info and sending back to Java Application

2005-10-05 Thread Manuel Mall
On Thu, 6 Oct 2005 11:16 am, madhavi gadireddy wrote: Hi, I need to edit a pdf created with FOP and send the information back to Java application. Can I edit the pdf with FOP or is there any better way to do it. Any help will be appreciated. Generally speaking PDF is not an 'editable' file