Resetting PageNumber in a single report

2005-07-04 Thread BhaskarKS
Title: Resetting PageNumber in a single report Hi All, I am using FOP to generate PDF file which contains multiple reports. I need to Reset the page number(i.e. start from 1 again) after the completion of each report. Can someone please suggest how to achieve this? Thanks and Regards

Re: Resetting PageNumber in a single report

2005-07-04 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: I need to Reset the page number(i.e. start from 1 again) after the completion of each report. Can someone please suggest how to achieve this?“ create a new page-sequence for each report and specify initial-page-number=1 on the page-sequence element. Chris

baseDir Problem with images

2005-07-04 Thread Peter Kalsch
Hi all, I want to generate a pdf with Fop with the help of velocity-servlets . The application works fine and the the generating of pdf makes no problems, without images in the vm-file. Now, I want to add an image. No problem? A big problem for me, obviously! The application works fine again,

Re: baseDir Problem with images

2005-07-04 Thread The Web Maestro
On Jul 4, 2005, at 7:57 AM, Peter Kalsch wrote: snip 6. I'm looking in the mailing for similar problems. But all proposals to solve the problem failed. And whatever I try, I got more than less the same error: Error while creating area : Invalid Image URL - error on relative URL : no protocol:

RE: baseDir Problem with images

2005-07-04 Thread Andreas L. Delmelle
-Original Message- From: Peter Kalsch [mailto:[EMAIL PROTECTED] Hi, snip / 1. entry in servlet init()-Method ... new Options(new File(/usr/local/tomcat/webapps/webAT/conf/userconfig.xml)); ... This obviously works... 2. Entry in userconfig.xml: entry keybaseDir/key