AW: Reporting Engine !!

2002-03-25 Thread S. Jayaraman
To remove your address from the list, send a message to: <[EMAIL PROTECTED]> -Ursprüngliche Nachricht- Von: Woods, John T. [mailto:[EMAIL PROTECTED] Gesendet: Montag, 25. März 2002 19:21 An: '[EMAIL PROTECTED]' Betreff: RE: Reporting Engine !! how do I unsubscribe from this mailing li

Widows and Orphans Setting

2002-03-25 Thread S. Jayaraman
Hi folks I have a problem. I am trying to use the attributes "widows" and "orphans" to control the page break. I wish to avoid the situation that a title dos not come at the end of a page alone. It should come in the next page, if there is no space for 3-4 lines following it. Please refer to the

AW: possible to specify required spaces?

2002-03-22 Thread S. Jayaraman
Try " " In most fonts, this appears as a space. In some fonts, it gives some funny symbols. Cheers Jay ** [EMAIL PROTECTED] wrote: Does anyone know a way to pass required spaces through FOP from XML to a PDF? The normal processing of x'20' spaces co

AW: FOP API

2002-03-19 Thread S. Jayaraman
Sorry.. cut-paste error Fop-0.20.1-src.tar.gz (SRC not BIN) -Ursprüngliche Nachricht- Von: S. Jayaraman [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. März 2002 19:05 An: [EMAIL PROTECTED] Betreff: AW: FOP API Hi Sumanta Sorry. You find javadocs in the Fop-0.20.1-bin.tar.gz. I

AW: FOP API

2002-03-19 Thread S. Jayaraman
E: FOP API Hi Jay, I downloaded Fop-0.20.1-bin.tar.gz, and you are right, it has a docs directory. But I don't see any javadoc anywhere under it. It has html-docs, which is same as the website. Thanks, Sumanta. -Original Message- From: S. Jayaraman [mailto:[EMAIL PROTECTED] Sent: Tu

AW: FOP API

2002-03-19 Thread S. Jayaraman
Hi You must have got it when you downloaded the FOP package. There is a Doc directory. Cheers Jay -Ursprüngliche Nachricht- Von: Dutta, Sumanta [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. März 2002 17:06 An: '[EMAIL PROTECTED]' Betreff: FOP API Hi, Is there any javadoc for the

AW: SV: SV: external-graphic src syntax

2002-03-13 Thread S. Jayaraman
Hi Sorry I goofed the earlier mail. I think if you are running under tomcat, the BASE directory is tomcat/bin If you are running from command line, Java_home is the BASE dir Rgds Jay -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Magnus Sjöberg

AW: SV: SV: external-graphic src syntax

2002-03-13 Thread S. Jayaraman
Hi I think if you are running under tomcat, the current directory is tomcat/bin If you are running from command line, Java_home is the current dir Rgds Jay -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Magnus Sjöberg Gesendet: Mittwoch, 13. März 2

AW: FopImageFactory caches too aggressively

2002-03-07 Thread S. Jayaraman
I think, this is a good method to be made available. If the system is used to print manuals involving a lot of diagrams, this call would be very useful (if different types of manuals are printed in sequence. But this will not solve the problem of one fo file having a number of complex (large) diagr

AW: watermarking

2002-03-06 Thread S. Jayaraman
Will I be still able to put a watermark across the middle of my page ? Rgds Jay *** Use the region-before. Make it large enough to contain your image and then include a block (and if required an absolutely positioned block-container) with your image in the static-content for the

AW: Trouble with ZapfDingbats

2002-03-06 Thread S. Jayaraman
Hi I don't know why the support for this font is stopped in this version. However, have you tried to add the fonts ? Pl. refer to http://xml.apache.org/fop/fonts.html Rgds Jay * I recently upgraded to the latest version of Fop (fop-0.20.3rc2) to take advantag

AW: FOPException

2002-03-04 Thread S. Jayaraman
Are you using any Pool Manager for DB access ? Are you having "single" thread parts in your code for ensuring integrity? Check these codes well. The locking of resources happen here. Rgds Jay -Ursprüngliche Nachricht- Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] Gesendet: Montag, 4. Mär

AW: Just a quick one.

2002-03-04 Thread S. Jayaraman
2 18:24 An: [EMAIL PROTECTED]; Swaminathan Jayaraman Betreff: Re: Just a quick one. On Fri, Mar 01, 2002 at 09:41:14AM +0100, S. Jayaraman gave off as follows: > OOps. Sorry .. forgot to add. > The indent=0 not put for the first column. > And lucky for me, the tables did not have borders print

AW: Just a quick one.

2002-03-01 Thread S. Jayaraman
OOps. Sorry .. forgot to add. The indent=0 not put for the first column. And lucky for me, the tables did not have borders printed. I admit that it would have been horrible to look at. Rgds Jay -Ursprüngliche Nachricht- Von: S. Jayaraman [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 1

AW: Just a quick one.

2002-03-01 Thread S. Jayaraman
I had the same problem. But since I did not use XSL, with Java I could recognize the situation and put indent=0 for the the fo:block in the table cell. I know this is a work around only. Let us hope for a proper solution. Rgds Jay -Ursprüngliche Nachricht- Von: Paul Campbell [mailto:[EMAI

AW: FOP Servlet in Quiet MODE

2002-03-01 Thread S. Jayaraman
I know the worst-case alternative. Edit the source and recompile. But it does not display that many messages that it should harm the performance, unless there are a number of warnings or errors (like font not supported, etc.) Rgds Jay -Ursprüngliche Nachricht- Von: Xie, David (IPCG-NJ) [m

AW: calling fop from java

2002-02-28 Thread S. Jayaraman
Hi This is an extract from the site: http://xml.apache.org/fop/embedding.html Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PDF); InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile); XMLReader parser = inputHandler.getParser(); driver.setOutputStream(ne

Watermarks

2002-02-20 Thread S. Jayaraman
Hi Is it possible to have pages printed out with watermarks ? Thanx in advance Rgds Jay --- S. Jayaraman Consor AG Ottikerstr. 14 CH-8006 Zurich Switzerland email - [EMAIL PROTECTED] phone - +41 1 368 35 36 fax - +41 1 368 35 99 BITTE

AW: Inline

2002-02-20 Thread S. Jayaraman
Hi   I had a similar requirement and I solved it using list-block. You could also use table for such formatting. I agree, that it is  more complicated to do so Rgds Jay   -Ursprüngliche Nachricht-Von: Meena [mailto:[EMAIL PROTECTED]Gesendet: Mittwoch, 20. Februar 2002 10:

FO-->PDF Renderer Driver Error

2002-02-19 Thread S. Jayaraman
LINE (Line#176) driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping"); Thank YOu Kind Rgds Jay --- S. Jayaraman Consor AG Ottikerstr. 14 CH-8006 Zurich Switzerland email - [EMAIL PROTECTED] phone - +41 1 368 35 36 fax - +41 1 368 35 99 **

AW: Keeps. Orphans, and Widows

2002-02-14 Thread S. Jayaraman
Hi Paul There are a couple of FO verbs for widows and orphans. Pl. see the attached link. http://www.w3.org/Style/XSL/TestSuite/contrib/FOP/widowsorphans.xml Having said that, I must confess, that it does not work entirely for me. I was wanting to communicate this problem too. However, I need to

AW: text-align centered not working?

2002-02-12 Thread S. Jayaraman
Hi Try text-align="center" Rgds Jay ------- S. Jayaraman Consor AG Ottikerstr. 14 CH-8006 Zurich Switzerland email - [EMAIL PROTECTED] phone - +41 1 368 35 36 fax - +41 1 368 35 99 BITTE BEACHTEN Diese Nachricht (wie auch

AW: Using FOP in an applet ?

2002-02-06 Thread S. Jayaraman
ad mails, etc) * not tested technology   Rgds Jay ------- S. Jayaraman Consor AG Ottikerstr. 14 CH-8006 Zurich Switzerland email - [EMAIL PROTECTED] phone - +41 1 368 35 36 fax - +41 1 368 35 99 BITTE BEACHTEN Diese Nachricht (wie auc