Re: How can I specify the value of the tabulation add after the end of fo:list-item-label by body-start() function?

2004-05-13 Thread Selber Jean-François
thanks a lot
It works
jf

- Original Message - 
From: Andreas L. Delmelle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 8:36 PM
Subject: RE: How can I specify the value of the tabulation add after the end
of fo:list-item-label by body-start() function?


  -Original Message-
  From: Selber Jean-François [mailto:[EMAIL PROTECTED]
 
  I try it
  It doesn't work with fop 0.20.5
 

 Hi,

 Provisional-label-separation is, well, 'provisional' and as such, by
itself,
 it will not suffice to achieve the effect you're after.

 From the spec 7.28.3:

 Specifies the provisional distance between the end of the list-item-label
 and the start of the list-item-body. The value is not directly used during
 formatting, but is used in the computation of the value of the label-end
 function.

 label-end() = width of the content-rectangle of the reference-area into
 which the list-block is placed -
 (the value of the provisional-distance-between-starts
   + the value of the start-indent
   + start-intrusion-adjustment
   - the value of the provisional-label-separation) of the closest ancestor
 fo:list-block.

 So, say the area enclosing the list-block in question is 160mm wide, and
you
 leave all the others (except provisional-label-separation) at their
 defaults, the calculation would become:

 label-end() = 160mm - (8.5mm + 0mm + 0mm(?) - 3mm)
   ^
 Yes, the initial value for provisional-distance-between-starts is 24pt
 (0.33inch or roughly 8.5mm)

 Would this happen to be the size of the space you currently get?

 The body-start() function also uses provisional-distance-between-starts:

 body-start() = the value of the start-indent
+ start-intrusion-adjustment
+ the value of the provisional-distance-between-starts
 of the closest ancestor fo:list-block.


 HTH!

 Greetz,

 Andreas


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How can I specify the value of the tabulation add after the end of fo:list-item-label by body-start() function?

2004-05-12 Thread Selber Jean-François



Hello

I want to do a list
How Can I specify the space beetween 
fo:list-item-label and fo:list-item-body 
I want my fo:list-item-bodyalways start at 
0.3cm of the end of all my differentfo:list-item-label (example of 
diffrent list-item :
1. 
or 
2. 
or
10.
or 
1000.)

In the example I used body-start(). 
In fact the body-start() do a too big white space 
(see focode after)
How can I specify the value of the tabulation add 
after the end of fo:list-item-label by body-start() function?

fo:list-block space-after="0.8cm" 
font-size="10px" text-align="justify" 
fo:list-item  
fo:list-item-label end-indent="label-end()" 
  fo:block 
   fo:inline 
font-size="18pt" font-weight="bold" 
font-family="Symbol"#46;/fo:inline 
  /fo:block 
 /fo:list-item-label 
 fo:list-item-body 
start-indent="body-start()"  
 fo:blockMy 
TEXT/fo:block  
/fo:list-item-body/fo:list-item
/fo:list-block
thanks a lot
jf


Re: how can I add a border to my columns

2004-05-12 Thread Selber Jean-François
no all my document  is with two columns

fo:region-body region-name=xsl-region-body column-count=2

how can L do to add a border to my columns?

I want to have a line from the top to the bottom of all page at the left of
all columns

someone has an idee?

thanks a lot
jf

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 6:47 PM
Subject: RE: how can I add a border to my columns


 how can I add a border to my columns ?
 if you've got a block, you might use border-left-style and
 border-left-width attributes :
 fo:block font-size=100% border-left-style=solid
 border-left-width=thin

 Mat

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I specify the value of the tabulation add after the end of fo:list-item-label by body-start() function?

2004-05-12 Thread Selber Jean-François
I try it
It doesn't work with fop 0.20.5

My text:
fo:list-item-body start-indent=body-start()
fo:blockMy Text/fo:block
/fo:list-item-body

is not at 0.3cm of fo:list-item-label.


Someone can help me?
Thanks a lot
jf


fo:list-block provisional-label-separation=0.3cm space-after=0.8cm
font-size=10px text-align=justify
fo:list-item
fo:list-item-label end-indent=label-end()
fo:block
fo:inline font-size=18pt font-weight=bold
font-family=Symbol#46;/fo:inline
/fo:block
/fo:list-item-label
fo:list-item-body start-indent=body-start()
fo:blockMy Text/fo:block
/fo:list-item-body
/fo:list-item
   /fo:list-block

- Original Message - 
From: Chris Bowditch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 6:09 PM
Subject: Re: How can I specify the value of the tabulation add after the end
of fo:list-item-label by body-start() function?


 Selber Jean-François wrote:

  Hello
 
  I want to do a list
  How Can I specify the space beetween fo:list-item-label and
  fo:list-item-body
  I want my fo:list-item-body always start at 0.3cm of the end of all my
  different fo:list-item-label (example of diffrent list-item :

 You need to specify the property provisional-label-separation on the
 list-block. The body-start() function should do the rest. I havent tested
it,
 but the compliance page says this is implemented. Report back if you have
any
 problems.

 snip/

 Chris



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



vertical align on the page?

2004-05-12 Thread Selber Jean-François



Hello,

I use keep-with-next="always" 
keep-together="always" for some row (not all) because I want to keep those lines 
together

I have a big table witch is on 4 pages
How can I doto my table end always at 
bottomfor pages 1, 2, 3
In fact keep-with-next="always" 
keep-together="always" force row to be on next page (it is what i want) but 
there is a blank at the end of the page
How can I do to not have this blanc space 
?


In fact I want to know if there is a way to force a 
vertical alignement of the text of my table?

thanks a lot
jf



Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-07 Thread Selber Jean-François
thanks
keep-together=always combined with keep-with-next solve my problem

- Original Message - 
From: Chris Pratt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 6:51 PM
Subject: RE: problem with two columns document and fo:table-row
keep-with-next=always


 Are you trying to keep everything in the table-row together, or keep the
 contents of the table-row from being broken between itself and the next
 table-row?  If you want everything in the table-row together in the same
 column, use keep-together=always, not keep-with-next.  Remember, you're
 acting on the row, not it's contents.  Keep-together keeps the contents
 together.  Keep-with-next keeps the row together with the next row.
   (*Chris*)

 -Original Message-
 From: Selber Jean-François [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 06, 2004 9:39 am
 To: [EMAIL PROTECTED]
 Subject: Re: problem with two columns document and fo:table-row
 keep-with-next=always

 There is a small fragment of  my xsl-fo code:

 keep-with-next=always on the first column it doesnt works:

 fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.3cm
 font-weight=boldAffiliation à des associations professionnelles et
 scientifiques:/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 keep-with-next=always on the second column it works:

   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
 HEC: 1973/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 the complet sample:


 ?xml version=1.0 encoding=UTF-8?
 fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
 xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
 xmlns:fox=http://xml.apache.org/fop/extensions;
 xmlns:xhtml=http://www.w3.org/1999/xhtml;
 fo:layout-master-set
 fo:simple-page-master master-name=*_* margin-left=2.5cm
 margin-right=2.5cm page-width=21cm margin-bottom=2.5cm
 margin-top=2.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body/
 fo:region-before region-name=xsl-region-before-*_*/
 fo:region-after region-name=xsl-region-after-*_*/
 fo:region-start region-name=xsl-region-start-*_*/
 fo:region-end region-name=xsl-region-end-*_*/
 /fo:simple-page-master
 fo:simple-page-master master-name=CV_* margin-left=1cm
 margin-right=1cm page-width=21cm margin-bottom=0.5cm
 margin-top=0.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body column-count=2
 margin-bottom=2cm margin-top=2.5cm/
 fo:region-before region-name=xsl-region-before-CV_* extent=1cm/
 fo:region-after region-name=xsl-region-after-CV_* extent=1cm/
 fo:region-start region-name=xsl-region-start-CV_*/
 fo:region-end region-name=xsl-region-end-CV_*/
 /fo:simple-page-master
 fo:page-sequence-master master-name=*
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=*_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 fo:page-sequence-master master-name=CV
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=CV_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 /fo:layout-master-set


 fo:page-sequence master-reference=CV
 fo:static-content flow-name=xsl-region-before-CV_firstOdd
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_firstEven
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_first
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline

Re: How start a page sequence always on right page of the document?

2004-05-07 Thread Selber Jean-François
thanks a lot. I try it. It work

BUT when a page is add at the end of the page sequence, I don't want to have
the header and footer
In this case I want to have a blank page

how can I do??

thanks
jf

- Original Message - 
From: Andreas L. Delmelle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 7:51 PM
Subject: RE: How start a page sequence always on right page of the document?


  -Original Message-
  From: Selber Jean-François [mailto:[EMAIL PROTECTED]

  I want to generate a big document
  It contains a lot a page sequence generate dynamically
  So a page sequence can end on left page or on right page
  But I want to start all page sequence on right page of
  the document.
  How can I do?

 Check this property:

 http://www.w3.org/TR/xsl/slice7.html#force-page-count


 HTH!

 Greetz,

 Andreas


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



problem with fo:inline background-color

2004-05-07 Thread Selber Jean-François



Hello

I used fop 0.20.5
I want to write text with different 
background

this code doesn't work

fo:blockfo:inline 
background-color="blue"Hello/fo:inline fo:inline 
background-color="red"World/fo:inline/fo:block


Is this fo code incorrect?

thanks
jf


problem external-graphic and background

2004-05-07 Thread Selber Jean-François



hello,

I'm using fop 0.20.5
I want to display a border arround an image with 3d 
effect

I try a simple sample with 2d effect but it doesn't work:
fo:external-graphic src="" 
height="3.5cm" width="3cm" border-color="black" border-width="1pt" 
border-style="solid"/

there is no border arround may iamge

somebody has an idea?
I want to know how can I add a borderarround 
my image
and how can I obtain a shade effect

thanks
jf


problem with fo:inline background-color

2004-05-07 Thread Selber Jean-François




I used fop 0.20.5
I want to write text with different 
background

this code doesn't work

fo:blockfo:inline 
background-color="blue"Hello/fo:inline fo:inline 
background-color="red"World/fo:inline/fo:block


Is this fo code incorrect?

thanks
jf


embeded svg with svg:image problem

2004-05-07 Thread Selber Jean-François



Hello

I want to embed a svg in my fo code
but this svg has an image and it doesn't 
work

can someone help me? (see fop code)
thanks 
jf

fop code:
fo:instream-foreign-objectsvg:svg 
xmlns:svg="http://www.w3.org/2000/svg" 
width="3.1cm" height="3.6cm"

svg:rect x="0" y="0" width="3cm" 
height="3.5cm" fill="black"/svg:rectsvg:rect x="0.1cm" 
y="0.1cm" width="3cm" height="3.5cm" 
fill="black"/svg:rectsvg:image x="1" y="1" 
width="2.9cm" height="3.4cm" xlink:href=""/'>file://C:\photo.jpg"/

/svg:svg

/fo:instream-foreign-object

error:[Fatal Error] :162:122: The prefix 
"xlink" for attribute "xlink:href" is not bound.FATAL ERROR: The prefix 
"xlink" for attribute "xlink:href" is not bound.


Fw: problem external-graphic and boder

2004-05-07 Thread Selber Jean-François




hello,

I'm using fop 0.20.5
I want to display a border arround an image with 3d 
effect

I try a simple sample with 2d effect but it doesn't work:
fo:external-graphic src="" 
height="3.5cm" width="3cm" border-color="black" border-width="1pt" 
border-style="solid"/

there is no border arround may iamge

somebody has an idea?
I want to know how can I add a borderarround 
my image
and how can I obtain a shade effect

thanks
jf


problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Selber Jean-François



Hello,

I used fop 0.20.5
I make a document with two columns 
I have a table and I want to keep row together; I 
used fo:table-row keep-with-next="always"
but it work onlyat the end of thesecond 
columns of the document and it doesn't work when the row I want to keep with 
next is placed at end of first column

how can I have the same result that I have 
onthe second column?

thanks
Jean-Francois Selber




Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Selber Jean-François
: Re: problem with two columns document and fo:table-row
keep-with-next=always


 Selber Jean-François wrote:
  Hello,
 
  I used fop 0.20.5
  I make a document with two columns
  I have a table and I want to keep row together; I used fo:table-row
keep-with-next=always
  but it work only at the end of the second columns of the document and it
doesn't work when the row I want to keep with next is placed at end of first
column
 
  how can I have the same result that I have on the second column?
 
  thanks
  Jean-Francois Selber

 Can you post a (small) fragment of your xsl-fo code?

 Thx!

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Selber Jean-François
I want only to keep the row together with the next row .
it is why I used keep-with-next


- Original Message - 
From: Chris Pratt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 6:51 PM
Subject: RE: problem with two columns document and fo:table-row
keep-with-next=always


 Are you trying to keep everything in the table-row together, or keep the
 contents of the table-row from being broken between itself and the next
 table-row?  If you want everything in the table-row together in the same
 column, use keep-together=always, not keep-with-next.  Remember, you're
 acting on the row, not it's contents.  Keep-together keeps the contents
 together.  Keep-with-next keeps the row together with the next row.
   (*Chris*)

 -Original Message-
 From: Selber Jean-François [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 06, 2004 9:39 am
 To: [EMAIL PROTECTED]
 Subject: Re: problem with two columns document and fo:table-row
 keep-with-next=always

 There is a small fragment of  my xsl-fo code:

 keep-with-next=always on the first column it doesnt works:

 fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.3cm
 font-weight=boldAffiliation à des associations professionnelles et
 scientifiques:/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 keep-with-next=always on the second column it works:

   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
 HEC: 1973/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 the complet sample:


 ?xml version=1.0 encoding=UTF-8?
 fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
 xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
 xmlns:fox=http://xml.apache.org/fop/extensions;
 xmlns:xhtml=http://www.w3.org/1999/xhtml;
 fo:layout-master-set
 fo:simple-page-master master-name=*_* margin-left=2.5cm
 margin-right=2.5cm page-width=21cm margin-bottom=2.5cm
 margin-top=2.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body/
 fo:region-before region-name=xsl-region-before-*_*/
 fo:region-after region-name=xsl-region-after-*_*/
 fo:region-start region-name=xsl-region-start-*_*/
 fo:region-end region-name=xsl-region-end-*_*/
 /fo:simple-page-master
 fo:simple-page-master master-name=CV_* margin-left=1cm
 margin-right=1cm page-width=21cm margin-bottom=0.5cm
 margin-top=0.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body column-count=2
 margin-bottom=2cm margin-top=2.5cm/
 fo:region-before region-name=xsl-region-before-CV_* extent=1cm/
 fo:region-after region-name=xsl-region-after-CV_* extent=1cm/
 fo:region-start region-name=xsl-region-start-CV_*/
 fo:region-end region-name=xsl-region-end-CV_*/
 /fo:simple-page-master
 fo:page-sequence-master master-name=*
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=*_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 fo:page-sequence-master master-name=CV
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=CV_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 /fo:layout-master-set


 fo:page-sequence master-reference=CV
 fo:static-content flow-name=xsl-region-before-CV_firstOdd
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_firstEven
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_first
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003

Gap beetween images

2004-01-30 Thread Selber Jean-François
Hi

I use fop 0.20.5

I whould like to concatenate images vertically. The problem is that FOP add
a blank space in between. By adding space-before=-2.5pt, the blank space
disappear. Unfortunately, this doesn't work in all cases. It works if
preceding image is bigger than 10 pixels, otherwise, a blank space appears
again.

In the example hereafter, if first.jpg is smaller than around 10 pixels,
then the space-before=-2.5pt applied on  second.jpg is not sufficient..
A value of -6pt or more is needed to compensate the bigger space added by
FOP. Seemingly, the smaller is the preceding image, the bigger is the gap.

  fo:external-graphic src=first.jpg/
  fo:external-graphic space-before=-2.5pt src=second.jpg/
  fo:external-graphic space-before=-2.5pt src=third.jpg/
Can anybody provide me with an explanation and some help to find the good
value for space-before

many thanks in advance
jf



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Gap beetween images

2004-01-30 Thread Selber Jean-François
Is it a known bug or not?

Thanks
jf

- Original Message -
From: Clay Leeds [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 30, 2004 5:41 PM
Subject: Re: Gap beetween images


 This isn't a fix, but... Perhaps you can add enough white or
 background-color to the top of the first.jpg so that it's larger than 10px
 but retains the appearance of the shape you need?
 --
 Clay Leeds - [EMAIL PROTECTED]
 Web Developer - Medata, Inc. - http://www.medata.com
 PGP Public Key: https://mail.medata.com/pgp/cleeds.asc

 Selber Jean-François said:
  Hi
 
  I use fop 0.20.5
 
  I whould like to concatenate images vertically. The problem is that FOP
  add
  a blank space in between. By adding space-before=-2.5pt, the blank
space
  disappear. Unfortunately, this doesn't work in all cases. It works if
  preceding image is bigger than 10 pixels, otherwise, a blank space
appears
  again.
 
  In the example hereafter, if first.jpg is smaller than around 10 pixels,
  then the space-before=-2.5pt applied on  second.jpg is not
  sufficient..
  A value of -6pt or more is needed to compensate the bigger space added
by
  FOP. Seemingly, the smaller is the preceding image, the bigger is the
gap.
 
fo:external-graphic src=first.jpg/
fo:external-graphic space-before=-2.5pt src=second.jpg/
fo:external-graphic space-before=-2.5pt src=third.jpg/
  Can anybody provide me with an explanation and some help to find the
good
  value for space-before
 
  many thanks in advance
  jf
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
Tanks but I can't do that because all images concatenate can be on many
pages
Another idea?

Thanks
jf

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 9:38 AM
Subject: Re: Cannot display adjacent images without gap


 A suggestion :
 you can easily create one single svg graphic from many graphics with a
 parent svg node :

 svg
 svg
 ...
 /svg
 svg
 ...
 /svg
 /svg

 (I omitted width, height and viewbox...)

 You'll have to calculate the size of your graphics and check if the
 resulting svg would stay in a single page.
 You won't have any blank space between graphics. But I think rendering
 will consume more memory.

 Mathieu.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Réf. : Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
It's only easy to realised if the svg is only on one page
But I don't want to have the svg on one page because it could be difficult
to read it

So if the svg is cut one per page, with your solution, the problem is that
I can have a part of document before concatenate images.
The start of the image is not necessary on the top of the page. So I can't
find the height of the image on the first page.

If you have I idea...
Thanks
jf


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 11:44 AM
Subject: Réf. : Re: Cannot display adjacent images without gap


 Tanks but I can't do that because all images concatenate can be on many
 pages

 You must determine first how many of the generated svg will be displayed
 on each page. Group them in one svg for each page.
 I don't know what your svg look like but  you may specify height and width
 attributes of the parent svg in mm so you'll be sure each svg will remain
 on one page (these dimensions will be the rendered graphic size). Add a
 viewbox attribute to determine how the children svg will be displayed.
 You'll have to change the children svg' y attribute.

 I don't know if it's clear enough and if you see what I mean.

 Mathieu

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
add space-before=-2pt dont resolve completly my problem

with space-before=-2pt space-after=-2pt (as following exemple) it's not
perfect. I have always a little blank gap:

img src=Svg1.svg  /
img src=Svg2.svg space-before=-2pt space-after=-2pt/
img src=Svg3.svg space-before=-2pt space-after=-2pt/

How can I found exactly the size of space-before and space-after add by fop?
Thanks
jf

- Original Message -
From: Chris Bowditch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 3:20 PM
Subject: Re: Cannot display adjacent images without gap


 Selber Jean-François wrote:
  All images that I want concatenate vertically are generate dynamically.
  Those images could have differents size (number of pixel height are
  differents)

 I understood that from previous mails.

 From the number height of pixel of images how can I found the negative
size
  to give to space-before?

 The negative space-before will be fixed to the height of vertical space
 that fop adds around it images, probably about 2pt. e.g.

 fo:external-graphic src=first.svg/
 fo:external-graphic space-before=-2pt src=second.svg/
 fo:external-graphic space-before=-2pt src=third.svg/
 ...
 etc

 snip/

 Chris



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
Help

visibilly the value of space-before is dependent on the image size.
If the image is bigger the space-before must be bigger.
The gap add by fop seems to be dependent on the height of the image
More the image has a bigger height more the gap beetween image is bigger

How can I found the value to affect to space-before for a given image
height?

Thanks
jf

- Original Message -
From: Selber Jean-François [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 4:22 PM
Subject: Re: Cannot display adjacent images without gap


 add space-before=-2pt dont resolve completly my problem

 with space-before=-2pt space-after=-2pt (as following exemple) it's
not
 perfect. I have always a little blank gap:

 img src=Svg1.svg  /
 img src=Svg2.svg space-before=-2pt space-after=-2pt/
 img src=Svg3.svg space-before=-2pt space-after=-2pt/

 How can I found exactly the size of space-before and space-after add by
fop?
 Thanks
 jf

 - Original Message -
 From: Chris Bowditch [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, January 29, 2004 3:20 PM
 Subject: Re: Cannot display adjacent images without gap


  Selber Jean-François wrote:
   All images that I want concatenate vertically are generate
dynamically.
   Those images could have differents size (number of pixel height are
   differents)
 
  I understood that from previous mails.
 
  From the number height of pixel of images how can I found the negative
 size
   to give to space-before?
 
  The negative space-before will be fixed to the height of vertical space
  that fop adds around it images, probably about 2pt. e.g.
 
  fo:external-graphic src=first.svg/
  fo:external-graphic space-before=-2pt src=second.svg/
  fo:external-graphic space-before=-2pt src=third.svg/
  ...
  etc
 
  snip/
 
  Chris
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot display adjacent images without gap

2004-01-28 Thread Selber Jean-François
I tried it. But I have the same problem. start-indent move the image on the
horizontal direction

I tried to add height on external-graphic as follow:

 fo:external-graphic src=url(series_1.svg') height=10mm /
 fo:external-graphic src=url(series_2.svg') height=10mm /
 fo:external-graphic src=url(series_3.svg') height=10mm /

This way, I can cheat, giving a height slightly smaller than actual height.
This remove the horizontal blank space generated by fop between images.
nevertheless, this remains empirical. In my case, the images are generated
dynamically an can have various height. It is then quite difficult to find
automatically the  correct height that remove the blank space added by fop.

I would like to know if somedy knows another way..

Thanks
jf


- Original Message -
From: J.Pietschmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 24, 2004 9:43 PM
Subject: Re: Cannot display adjacent images without gap


 Selber Jean-François wrote:
  I dont have an alignement proment but a blank space beetween the images
  I want to find a solution to delete thie blank space add by fop

 Put the images in a table and use negative start-indent values for
 adjustment.

 J.Pietschmann


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot display adjacent images without gap

2004-01-28 Thread Selber Jean-François
The height attribute had an effect but the width attribute had no actual
effect
I don't understand

 The svg files are ok
I made a global svg  which simulate the pdf that I want to generate.
My global svg file point to all my svg file that I try to concat vertically
as I want to do on a pdf file.
My global svg is looking ok, but I can't have the same in PDF

In a first time I try to generate my pdg with jpeg image. But I obtain a
blank separation after each image
I want to find a solution to obtain image concat vertically without blank.
With svg file and the height attribut I can cheat

I tried to add height on external-graphic as follow:

 fo:external-graphic src=url(series_1.svg') height=10mm /
 fo:external-graphic src=url(series_2.svg') height=10mm /
 fo:external-graphic src=url(series_3.svg') height=10mm /

This way, I can cheat, giving a height slightly smaller than actual height.
This remove the horizontal blank space generated by fop between images.
nevertheless, this remains empirical. In my case, the images are generated
dynamically an can have various height. It is then quite difficult to find
automatically the  correct height that remove the blank space added by fop.


Can someone help me
Thanks
jf

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 5:01 PM
Subject: Re: Cannot display adjacent images without gap


  fo:external-graphic src=url(series_1.svg') height=10mm /

 I thought the height attribute had no effect with svg graphics...

 Did you check your svg sources ?
 I had some strange scaling problems due to my svg and solved them with the
 svg attribute : preserveAspectRatio=xMaxYMax meet

 Mathieu

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: changing the page-layout dynamically

2004-01-28 Thread Selber Jean-François
I think you must only start a new page sequence
fo:page-sequence master-reference=toto when you start page 6 ect..

when toto is:

fo:page-sequence-master master-name=toto
fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference master-reference=first
page-position=first/
 fo:conditional-page-master-reference master-reference=rest
page-position=rest/
 /fo:repeatable-page-master-alternatives
/fo:page-sequence-master

jf

- Original Message -
From: Ottenkamp, HBT (Bart) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 5:11 PM
Subject: changing the page-layout dynamically


 Hai there,

 I've got a question concerning the layouts of the pages of my document.
I've got the 'repeatable-page-master-alternatives' configured as follows:

 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference master-reference=first
page-position=first/
 fo:conditional-page-master-reference master-reference=rest
page-position=rest/
 /fo:repeatable-page-master-alternatives

 this way, I get the layout coupled to 'first' on the first page of my
document and the layout coupled to 'rest' on the rest of the pages of my
document. This is not completely what I want, because I want to change the
type of layout during building of the document, so that, for instance, page
1 gets layout 'first', pages 2,3,4 and 5 get layout 'rest', page 6 gets
layout 'first' again and pages 7, 8, 9 and 10 get layout 'rest' again...
Basically what I want is to present the same document more than ones in the
same pdf, biut every time I start with the next one, I want to start with
the 'first' page again...
 I have no idea of how to do this, but I am thinking of defining a template
that, when called upon, changes the layout (master-reference)...???
 I hope anyone can help me??
 Greetings
 Bart Ottenkamp
 [EMAIL PROTECTED]




 
 De informatie opgenomen in dit bericht kan vertrouwelijk zijn en
 is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht
 onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en
 de afzender direct te informeren door het bericht te retourneren.
 
 The information contained in this message may be confidential
 and is intended to be exclusively for the addressee. Should you
 receive this message unintentionally, please do not use the contents
 herein and notify the sender immediately by return e-mail.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Cannot display adjacent images without gap

2004-01-23 Thread Selber Jean-François
Hi
I would like to display those PDF images in such a manner that there is 
no space between them. Nevertheless, at display and at printout, there 
is always a small gap between them.

I tried to set various properties : margin, border-style, border-width, 
space-before, space-after, without any effect. There is always a gap.

Is anybody has an idea how to solve my problem?

here is my code


fo:block
 fo:external-graphic src=file:images/graphs/axis.jpg/
 fo:external-graphic src=file:images/graphs/ligneVide.jpg/
 fo:external-graphic src=file:images/graphs/series.jpg/
 fo:external-graphic src=file:images/graphs/series_1.jpg/
 fo:external-graphic src=file:images/graphs/series_2.jpg/
 fo:external-graphic src=file:images/graphs/ligneVide.jpg/
/fo:block

many thanks in advance.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot display adjacent images without gap

2004-01-23 Thread Selber Jean-François
thank but my problem is different
I dont have an alignement proment but a blank space beetween the images
I want to find a solution to delete thie blank space add by fop

jf

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 23, 2004 12:25 PM
Subject: RE: Cannot display adjacent images without gap


 there is always a small gap between them

 you can put your graphics into table cells, if your graphics need to be
 horizontally aligned.
 I've tried it with SVG and JPEG files and it works fine (there is
 sometimes a small gap).
 I can send you a pdf example if you want.

 if your graphics need to be vertically aligned, you can put your graphics
 into table rows, but there will be a gap between rows.

 Here is an example of one of my fo tables :

 fo:table table-layout=fixed height=30mm
 fo:table-column column-width=5.1311mm/
 fo:table-column column-width=7.4059997mm/
 fo:table-body
 fo:table-row height=20.001mm
 fo:table-cell display-align=after
 fo:block
 fo:external-graphic src=url('first.svg')
 height=20.001mm width=5.1311mm /
 /fo:block
 /fo:table-cell
 fo:table-cell display-align=after
 fo:block
 fo:external-graphic src=url('second.svg')
 height=20.001mm width=7.4059997mm/
 /fo:block
 /fo:table-cell
 /fo:table-row
   /fo:table-body
 /fo:table

 Mathieu

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Embedded font

2003-09-25 Thread Selber Jean-François
Hello,

How is it possible to embedded font, without using user configuration file?.
Is it possible to set an embedded font context only used by one Driver
instance?

Thanks a lot
Jean-François Selber



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



orphans and windows

2003-07-18 Thread Selber Jean-François



Hello,

orphansand 
windows properties seems to be not supported
but there is a sample widowsorphans.fo

so can I used orphansand windows properties ?

thanks
best regards
jf


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

2003-07-07 Thread Selber Jean-François
I try but separete page sequences don't resolve the problem

- Original Message - 
From: J.Pietschmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 9:07 PM
Subject: Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3


 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
  third try--- CRASH BOOM BANG!!
  
  So please if you found the solution, inform me as well.
 
 Tables take lots of memory. The only way to deal with it is to
 split long tables, and put the parts in separete page sequences.
 Much of the memory is released after the page sequence has been
 processed.
 
 J.Pietschmann
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 ok, but it is not
what I want to do

It would be find if  somebody could help me?

Best regards
Thanks
Jean-François Selber
See the FO sample file :

?xml version=1.0 encoding=ISO-8859-1?

fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
 fo:layout-master-set
  fo:simple-page-master master-name=first
   fo:region-body column-count=2 column-gap=5mm/
  /fo:simple-page-master

  fo:page-sequence-master master-name=standard
   fo:repeatable-page-master-reference master-reference=first /
  /fo:page-sequence-master
 /fo:layout-master-set

 fo:page-sequence master-reference=standard
  fo:flow flow-name=xsl-region-body
   !-- Initial block with common attribut --
   fo:block font-style=normal color=#008080 font-family=sans-serif
background-color=#FF font-size=12px text-align=justify

!-- first block --
fo:block text-align=center
 Block 1 Block 1 Block 1 Block 1 Block 1 Block 1 Block 1 Block 1 Block 1
Block 1 Block 1 Block 1 Block 1. The block 1 is span=none
/fo:block

!-- Second block : span=all is add here. The ERROR is that the block
is not span --
fo:block span=all text-align=center
 Block 2 Must be span but it is not span -- Block 2 Must be span but it
is not span -- Block 2 Must be span but it is not span
/fo:block
   /fo:block
  /fo:flow
 /fo:page-sequence
/fo:root


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem : Table not correctly aligned ...

2003-07-01 Thread Selber Jean-François
Hello,

I want to write a paragraph with a left margin of 5 centimeters, this
paragraph includes a table and I would like to see what the behavior of the
included table is in such a situation. The result I expect is to see the
table and the text correctly aligned.
But the table is not  correctly aligned.
May be my Fo is not correct?
It would be find if  somebody could help me?

Best regards
Thanks
See the FO sample file :

?xml version=1.0 encoding=UTF-8?
fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
xmlns:fox=http://xml.apache.org/fop/extensions;
xmlns:xhtml=http://www.w3.org/1999/xhtml;
fo:layout-master-set
fo:simple-page-master master-name=*_* margin-left=2.5cm
page-width=21cm margin-right=2.5cm margin-bottom=2.5cm
margin-top=2.5cm page-height=29.7cm
fo:region-body region-name=xsl-region-body/
fo:region-before region-name=xsl-region-before-*_*/
fo:region-after region-name=xsl-region-after-*_*/
fo:region-start region-name=xsl-region-start-*_*/
fo:region-end region-name=xsl-region-end-*_*/
/fo:simple-page-master
fo:page-sequence-master master-name=*
fo:repeatable-page-master-alternatives
fo:conditional-page-master-reference odd-or-even=any page-position=any
master-reference=*_*/
/fo:repeatable-page-master-alternatives
/fo:page-sequence-master
/fo:layout-master-set



fo:page-sequence master-reference=*
fo:flow flow-name=xsl-region-body
fo:block
fo:block margin-left=5cm text-align=justify
This is a paragraph with a left margin of 5 centimeters, this paragraph
includes a table and I would like to see what the behavior of the included
table is in such a situation. The result I expect is to see the table and
the text correctly aligned.
fo:table width=100% table-layout=fixed
fo:table-column
column-width=proportional-column-width(33.336)/
fo:table-column
column-width=proportional-column-width(33.336)/
fo:table-column
column-width=proportional-column-width(33.336)/
fo:table-body
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockId/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockName/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockCompagny/fo:block
/fo:table-cell
/fo:table-row
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:block0/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockMarthe GRONGI/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockFord/fo:block
/fo:table-cell
/fo:table-row
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:block1/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockJohn FANTA/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockMacdonald/fo:block
/fo:table-cell
/fo:table-row
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:block2/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockMarie SAN/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockCitroen/fo:block
/fo:table-cell
/fo:table-row
/fo:table-body
/fo:table
And this is the last part of the test, the same paragraph with the same left
margin.

/fo:block

/fo:block

/fo:flow
/fo:page-sequence
/fo:root



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-06-12 Thread Selber Jean-François
ok but my parameters are:
-Xms128mo -Xmx512mo

it's big. no?

- Original Message -
From: J.Pietschmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 9:27 PM
Subject: Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3


 Selber Jean-François wrote:

  I fact, I had a out of memory with 4 pages sequences but with 3 pages
  sequences it's ok
  I don't anderstand because the 4 pages sequences are the same
  See the fo file sample I had given.
  This fo file contains 4 pages sequences
  With 3 pages sequences I had no memory error
  But with 4 pages sequences I had memory error
  (The 4 pages sequences are the same)

 If you men you kept the three page sequences and added an
 identically forth, it may be that memory was just enough
 to render the third page sequence but exceeded the threshold
 on the fourth because meanwhile the PDF result structures
 grew.

 J.Pietschmann



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-06-11 Thread Selber Jean-François
I fact, I had a out of memory with 4 pages sequences but with 3 pages
sequences it's ok
I don't anderstand because the 4 pages sequences are the same
See the fo file sample I had given.
This fo file contains 4 pages sequences
With 3 pages sequences I had no memory error
But with 4 pages sequences I had memory error
(The 4 pages sequences are the same)

JF Selber

- Original Message -
From: J.Pietschmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 09, 2003 6:53 PM
Subject: Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3


 Selber Jean-François wrote:
  Sorry for people who are still using modem connections
 And those who paz per volume...

  the particarity of the document is that I have 3 tables

 Tables, in particular tables with many table cells,
 consume a lot of memory which is only released after
 the containing page sequence is finished.
 You should keep tables short, and perhaps take some
 effort to split them and put them in separate page
 sequences.

 J.Pietschmann


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-06-06 Thread Selber Jean-François
Hello,

I hope this mail is send to the right mailing list
When I try to create a PDF document with a table (20 pages) in a page
sequence. I have 4 pages sequence.
The result is an out of memory error.
I join the xml fo file used as entry in FOP (the unzip file size is about 36
Mo)

The version of FOP is 0.20.5rc2.
There is the same problem with the last version FOP is 0.20.5rc3

anyone has  the solution for this problem?

Thanks a lot
best regards

Jean-François Selber

attachment: FO.zip
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-06-06 Thread Selber Jean-François
Sorry for people who are still using modem connections
You can find the file to  http://www.oxymel.com/FO.zip

I read your link : http://xml.apache.org/fop/running.html#memory

I used:

parameters used
-Xms128mo -Xmx512mo

the particarity of the document is that I have 3 tables with table-header
The document has 120 pages in 4 pages sequenses
The 4 pages sequenses are the same
With 3 pages it is ok
With 4 pages sequenses : error OutOfMemory

I don't anderstand why you can't read this file
?xml version=1.0 encoding=UTF-8?

anyone has  the solution for this problem?
thanks

jf


- Original Message -
From: Jeremias Maerki [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 06, 2003 11:55 AM
Subject: Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3


 Salut Jean-François

 It's the right list, but PLEASE DON'T send such big attachments to the
 mailing list! Think about the people who are still using modem
 connections. If you want to make such a file available, put it on a
 webserver and post a link. Thank you!

 A useful list of hints to solve this problem can be found here:
 http://xml.apache.org/fop/running.html#memory

 And by the way: The encoding declaration in the XSL-FO file you sent is
 probably wrong. It should probably read ISO-8859-1 not UTF-8 because
 I got an error message opening that file.

 On 06.06.2003 11:30:29 Selber Jean-François wrote:
  I hope this mail is send to the right mailing list
  When I try to create a PDF document with a table (20 pages) in a page
  sequence. I have 4 pages sequence.
  The result is an out of memory error.
  I join the xml fo file used as entry in FOP (the unzip file size is
about 36
  Mo)
 
  The version of FOP is 0.20.5rc2.
  There is the same problem with the last version FOP is 0.20.5rc3
 
  anyone has  the solution for this problem?


 Jeremias Maerki


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help about fo:table-header

2003-05-16 Thread Selber Jean-François
Thanks a lot!!

The solution to solve my problem is to use fop extensions
http://xml.apache.org/fop/extensions.html
The extension I want to use is continued-label extension but I can't found
the file examples/fo/basic/contlabel.fo
Could someone send me this file or give me a sample of this
continued-label extension.
At the end of the extension description
http://xml.apache.org/fop/extensions.html I found:

Continued-label (for table-header/-footer
Please see examples/fo/basic/contlabel.fo

but I don't found this file

Thanks

- Original Message -
From: Jeremias Maerki [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 15, 2003 6:21 PM
Subject: Re: help about fo:table-header


 I think, the best match I found while looking in the mailing list
 archives is:
 http://marc.theaimsgroup.com/?l=fop-userm=103260578416087w=2?

 Here are the threads of interest:
 http://marc.theaimsgroup.com/?t=10324970642r=1w=2
 http://marc.theaimsgroup.com/?t=10377466451r=1w=2
 http://marc.theaimsgroup.com/?t=10038201961r=1w=2

 Maybe that helps. Difficult topic at any rate.

 On 15.05.2003 15:34:26 Selber Jean-François wrote:
  Hello,
  I asked yesterday some help in order to build with FOP  a pdf document
  from a FO document which may contain a large table and I wished
  differentiate the header of the first page containing the table from the
  header of the next pages.
 
  I tried to use unfortunately the notion of dynamic fo:headers.
 
 
  Another way is to not print a header on the first page which contains
  the beginning of the table and to only print this header on the next
  pages.
 
  How can I do this!



 Jeremias Maerki


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



help about fo:table-header

2003-05-15 Thread Selber Jean-François



Hello, I 
asked yesterday some help in order to build with FOP a pdf 
documentfrom a FO document which may contain a large table and I 
wisheddifferentiate the header of the first page containing the table from 
theheader of the next pages.I tried to use unfortunately the notion 
of dynamic fo:headers. Another way is to not print a header on the 
first page which containsthe beginning of the table and to only print this 
header on the nextpages.How can I do this!Sorry for my 
poor EnglishThank you


Re: help about fo:table-header

2003-05-15 Thread Selber Jean-François
Thanks for your help
But my problem is not on page header but on table header

I want to find a way to not display table-header in first time and only
display header on the start
of next page if the table is too big to be display on the same page

Thank you


- Original Message -
From: Clay Leeds [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 15, 2003 4:32 PM
Subject: Re: help about fo:table-header


 Jean-François,

 I believe this link describes how to do what you're trying to do:

 http://www.dpawson.co.uk/xsl/sect3/pagelayout.html#d9245e184

 Also, the FAQ list there is really great for FO Questions:

 http://www.dpawson.co.uk/xsl/sect3/index.html

 Bon chance!

 On 5/15/2003 6:34 AM, Selber Jean-François wrote:
  Hello,
  I asked yesterday some help in order to build with FOP  a pdf document
  from a FO document which may contain a large table and I wished
  differentiate the header of the first page containing the table from the
  header of the next pages.
 
  I tried to use unfortunately the notion of dynamic fo:headers.
 
 
  Another way is to not print a header on the first page which contains
  the beginning of the table and to only print this header on the next
  pages.
 
  How can I do this!
 
 
  Sorry for my poor English
  Thank you


 --
 Clay Leeds - [EMAIL PROTECTED]
 Web Developer - Medata, Inc. - http://www.medata.com
 PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help about fo:table-header

2003-05-15 Thread Selber Jean-François
In fact I can't used different page-master and  the region-before to replace
the table-header
because I can have successivly two table in the same page sequence and
for this two table I want to display header only on the second page. In fact
header would be only display if the table in too big
for the current page, then only if the table is write on different page

Thanks



- Original Message -
From: Clay Leeds [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 15, 2003 5:24 PM
Subject: Re: help about fo:table-header


 The idea is to use a different page-master on the second and subsequent
 page. Then, you can put your table-header block in the region-before.

 On 5/15/2003 8:07 AM, Selber Jean-François wrote:
  I want to find a way to not display table-header in first time and only
  display header on the start
  of next page if the table is too big to be display on the same page

 --
 Clay Leeds - [EMAIL PROTECTED]
 Web Developer - Medata, Inc. - http://www.medata.com
 PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]