RE: repeating column cell

2005-02-23 Thread Rymasz Jacky
Well thx alot for your help.
I managed to work it out and it's working perfectly ;)

Jack

-Message d'origine-
De : J.Pietschmann [mailto:[EMAIL PROTECTED]
Envoyé : mar. 22 février 2005 21:22
À : [EMAIL PROTECTED]
Objet : Re: repeating column cell


Rymasz Jacky wrote:
 I'm quite new to FOP and I don't really see what you mean by overlapping
 region-before and marker.
 Can you give me a snippet of code so I can see exactly what you mean?
 In the meantime I'm gonna check in the doc what region-before and marker
are
 doing.

Something like
   ...
   fo:simple-page-master margin-...
 fo:region-body/  !-- fill whole page --
 fo:region-before extent=30mm/ !-- overlap
body by 30mm --
   / ...
   ...
   fo:static-content flow-name=xsl-region-before
 fo:table ... 
  ... table suff, duplicate column settings...
 fo:table-row height=30mm !-- match overlap (or not) --
  fo:table-cell border-top=... duplicate border settings ...
... more border settings (left, right, but not bottom )
fo:block
 fo:retrieve-marker retrieve-class-name=repeating-header
 ... more properties .../
/
  /
  ...
   /
   fo:flow ...
 table ...  !-- the real table --
   ...
   fo:table-cell ... spanning etc. ...
 fo:blockfo:marker marker-class-name=repeating-header
The repeating content/fo:marker
   Therepeating content/fo:block
  /...


Sorry, can't be bothered to write a working example right now. The
marker must be inside the block in the cell, it wont work with the
marker as child of the cell or the row (known defect).

HTH
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]



Out of Memory Error

2005-02-23 Thread rohit . rastogi
Hi

Anyone have an idea about how to increase memory for FOP programaticaly.I
get Out of Memory error when I try to user the
transform() Method of the Transformer Class
Thanks
Rohit





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



RE: windows-1250 charset support

2005-02-23 Thread Snke Ruempler
Michal Bachorik mailto:[EMAIL PROTECTED] wrote on Tuesday, February
22, 2005 9:08 PM:

 Do you have some CE windows installation? (czech, polish, slovak ..?)
 
 You just need font files form windows/fonts dir and FOP
 instalation. Then you should use TTF command line utitity to generate
 metrics files .. 
 
 I attached archive with sample font files, metrics file, conf
 file and TTF.bat.
 
 Just copy everything into FOP dir .. Then you can use ttf.bat
 for generating metrics files form fonts.

Thx very much, I'll try it ;)

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



Blank Pages between Page Sequences.

2005-02-23 Thread Puppala, Kumar (LNG-DAY)








I have the document which uses the following page-sequences:



fo:layout-master-set

..

Have 'first',
'rest' and 'cover-end-page' page-sequences defined here

..

.


fo:page-sequence-master

 master-name=cover-end-sequence


fo:repeatable-page-master-reference master-reference=cover-end-page/

/fo:page-sequence-master



fo:page-sequence-master master-name=document


fo:repeatable-page-master-alternatives


fo:conditional-page-master-reference page-position=first


master-reference=first/


fo:conditional-page-master-reference page-position=rest


master-reference=rest/


/fo:repeatable-page-master-alternatives

 /fo:page-sequence-master

/fo:layout-master-set





Now if I try to render a document containing 'cover-end-sequence'
followed by 'document' sequence, the different case results are as
shown:



Case 1:

 If the cover-end-sequence rendering
content fits in a single page and the 'intial-page-number' property
is set on the 'document' sequence:

 In this case, a blank page is inserted between these
two sequences.



Case 2:

 If the cover-end-sequence rendering
content extends more than a single page:

 In this case the document is rendered without
any blank page ( the correct behavior) irrespective of the intial-page-number'
property on the 'document' sequence.



Case 3:

 If the cover-end-sequence rendering
content fits in a single page and the 'intial-page-number' property
is not set on the 'document' sequence:

 In this case the document is rendered without
any blank page ( the correct behavior).



Case 4:

 If we use the 'document'
page-sequence-master as shown below (not containing any 'fo:conditional-page-master-reference'
objects):

 fo:page-sequence-master master-name=document

 fo:single-page-master-reference master-reference=first/

 fo:repeatable-page-master-reference master-reference=rest/

 /fo:page-sequence-master

In this case the document is rendered without any blank page
( the correct behavior).



Does anyone know if there is a way to get the correct
behavior in Case 1. I have tested this using AntennaHouse and found similar results.
I am not sure if this is a bug in both Apache and AntennaHouse (0R) if it is
the desired behavior. Any input is greatly appreciated.





Thanks,

Kumar Puppala