Re: CMYK TIFF images and FOP

2003-07-03 Thread Ben Galbraith
I have more information on my CMYK TIFF problem, as described below: I'm using FOP 0.20.5rc2 and having problems with embedded CMYK TIFF images in PDF files. At some point in the process of generating the PDF, FOP converts the CMYK TIFF into an RGB image. The conversion is not a proper one -- it

Re: block-collapse

2003-07-03 Thread J.Pietschmann
Andreas Delmelle wrote: Does the empty block look like this : or like this : There is no difference, because the parser handles both these cases identically. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: block-collapse

2003-07-03 Thread J.Pietschmann
Todtenhaupt, Susann wrote: I've created in my stylesheet three fo:blocks in one table-cell. The first and third one have some text inside, but the second one not. I've assigned for each block a line-height. But the second block always collapses and the third is directly below the first one. Is ther

Re: Bug span="all" ??

2003-07-03 Thread J.Pietschmann
Selber Jean-François wrote: I have a document whith two columns ... I have an initial blok with common attributs witch contains two blocks. In the second block I set a span="all" but it doesn't work. Yeah, it's a bug. The column balancing code gets confused because it should balance a block across

Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3

2003-07-03 Thread J.Pietschmann
ali farahani wrote: I don't want to shock you guys but, I am creating a very big table with lots of columns with about 14 pages, full of data. My settings are -Xms64mo -Xmx256mo . it is working fine . BUT with 17 pages , for the first time it is ok, for the second run it is still ok, and for the th

Re: show page number with current-page-no / total-page-no (ie, 3/10)

2003-07-03 Thread Eddie
You can do it by:  /   -Original message-From:Zahidul Islam<[EMAIL PROTECTED]>To:fop-user<[EMAIL PROTECTED]>Date: Wed, 2 Jul 2003 20:28:03 -0700 (PDT)Subject: show page number with current-page-no / total-page-no (ie, 3/10) hello all    i want to show the page number in all the pag

RE: block-collapse

2003-07-03 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does the empty block look like this : or like this : ? Why I'm asking is because a thread was started last week about a problem with line-breaks & I remember someone pointing out that '' renders a content area containing nothing. Perhaps this

Re: Bug span="all" ??

2003-07-03 Thread Selber Jean-François
Thanks It is a implementation restriction of fop or a fo limitation? jf - Original Message - From: "Chris Bowditch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 5:21 PM Subject: Re: Bug span="all" ?? > > I believe span="all" is only implemented on fo:block

Re: block-collapse

2003-07-03 Thread apourche
The best solution is to create a new table inside the first cell. This sub- table has 3 rows (with the height you have specified)... A second solution (i am not sure) is to use "bloc-container"... Antoine POURCHEZ Selon "Todtenhaupt, Susann" <[EMAIL PROTECTED]>: > Hello! > > I've created in my s

Re: Bug span="all" ??

2003-07-03 Thread Chris Bowditch
I believe span="all" is only implemented on fo:blocks that are direct descedents of the fo:flow. You can put your common attributes onto the fo:flow element and get rid of the top level block with two children From: Selber Jean-François <[EMAIL PROTECTED]> Hello, I have a document whith two colu

Bug span="all" ??

2003-07-03 Thread Selber Jean-François
Hello, I have a document whith two columns I have a problem wiyh span="all" using (see following example) I have an initial blok with common attributs witch contains two blocks. In the second block I set a span="all" but it doesn't work. If I remove the initial block with common attributs, it's

block-collapse

2003-07-03 Thread Todtenhaupt, Susann
Hello! I've created in my stylesheet three fo:blocks in one table-cell. The first and third one have some text inside, but the second one not. I've assigned for each block a line-height. But the second block always collapses and the third is directly below the first one. Is there a way to make the

Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3

2003-07-03 Thread Selber Jean-François
I'm sure there is a fop problem The solution is to generate pdf only for one page sequense and use itext to concat all pdf corresponding to all page sequence jf - Original Message - From: "ali farahani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 6:37 AM Sub

Re: Problem render AWT

2003-07-03 Thread Alessio Padovani
Hi Jeremias, thanks for your help, i resolved my problem with your class. You can't do it that way. The AWT Renderer is a bit of a speciality. It doesn't have a default constructor and can therefore not be used with Driver.setRenderer(Driver.RENDER_AWT). I've recently added an example for the AW

RE: TXTRenderer question -- FOP 0.20.4 and fop-0.20.5rc3a

2003-07-03 Thread Victor Mote
Mukul Gandhi wrote: > I am converting XML file to a formatted TXT o/p. I > have tried with both FOP 0.20.4 and the latest > fop-0.20.5rc3a softwares. I observed that with FOP > 0.20.4 the TXT o/p was quite better than with > fop-0.20.5rc3a. There were fewer white spaces problems > with FOP 0.20.4.

RE: show page number with current-page-no / total-page-no (ie, 3/10)

2003-07-03 Thread Victor Mote
Zahidul Islam wrote: < Start > i want to show the page number in all the pages at the footer. for showing current page number i used . but i want to show the page number in the given format ( current-page-no / total-page-no (ie, 3/10) ). how can i do that. pls help me. < End

TXTRenderer question -- FOP 0.20.4 and fop-0.20.5rc3a

2003-07-03 Thread Mukul Gandhi
Hello , I am converting XML file to a formatted TXT o/p. I have tried with both FOP 0.20.4 and the latest fop-0.20.5rc3a softwares. I observed that with FOP 0.20.4 the TXT o/p was quite better than with fop-0.20.5rc3a. There were fewer white spaces problems with FOP 0.20.4. Sometime back i asked qu

Re: show page number with current-page-no / total-page-no (ie, 3/10)

2003-07-03 Thread Sherlane Lam
You can try to use tag. --- Zahidul Islam <[EMAIL PROTECTED]> wrote: > hello all >i want to show the page number in all the > pages at the footer. for showing current page number > i used . but i want to show the > page number in the given format ( current-page-no / > total-page-no

RE: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3

2003-07-03 Thread ali farahani
Hi I don't want to shock you guys but, I am creating a very big table with lots of columns with about 14 pages, full of data. My settings are -Xms64mo -Xmx256mo . it is working fine . BUT with 17 pages , for the first time it is ok, for the second run it is still ok, and for the third try---> CRASH

show page number with current-page-no / total-page-no (ie, 3/10)

2003-07-03 Thread Zahidul Islam
hello all    i want to show the page number in all the pages at the footer. for showing current page number i used . but i want to show the page number in the given format ( current-page-no / total-page-no (ie, 3/10) ). how can i do that. pls help me.   zahid Do you Yahoo!? Free online cale