using symbols , unicode

2006-12-13 Thread Shubhrata Tewari
Hi all, 
I want to use the symbol ±  in my output pdf to get text of type a± b. I am 
using this, its not working... any ideas?






∓







regards,

Shubhrata


Re: page breaks

2006-11-30 Thread Shubhrata Tewari

Thanks, it worked.
- Original Message - 
From: "Chris Bowditch" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, November 30, 2006 2:42 PM
Subject: Re: page breaks



Shubhrata Tewari wrote:


Hi,
I am iterating over a list of tables and I want each table to appear on a 
a new page.I have set the break-after="page" in the fo:block, but this is 
creating an unnecessary page at the end of the last element.
Is there any way to add a page break without introducing an extra page 
before or after the fo:block?


This is more of an XSLT problem than a XSL-FO one. You can add a test to 
the XSLT so that break-after="page" is added to every table except the 
last one.



 this is the code:
 






font-size="{$data_font_size}" font-style="{$font_style}" 
font-family="{$font_family}" keep-together="always" break-after="page">








 table contents






I hope this makes sense.

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]



page breaks

2006-11-29 Thread Shubhrata Tewari
Hi, 
I am iterating over a list of tables and I want each table to appear on a a new 
page.I have set the break-after="page" in the fo:block, but this is creating an 
unnecessary page at the end of the last element.
Is there any way to add a page break without introducing an extra page before 
or after the fo:block?

this is the code:






 table contents





regards and thanks

Shubhi


Re: Creating FO DOM directly

2006-09-27 Thread Shubhrata Tewari

Hi,

Is it possible using xslt and xsl:fo to detect a page break? basically I am 
using a for-each, and I want to show some data in the first row

of a page whenever a new page begins.
Any ideas?

shubhrata, India

- Original Message - 
From: "Jeremias Maerki" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, September 27, 2006 5:21 PM
Subject: Re: Creating FO DOM directly



That may indeed look tempting but it is definitely not recommended
because you'd mix content and layout in your Java code which is the sort
of thing XSL (XSLT + XSL-FO) wants to keep apart. Furthermore, it's
much easier to change an XSLT than to change the Java code if the layout
changes. Finally, FOP does not provide an easy way to instantiate the FO 
tree

manually.

On 27.09.2006 12:43:01 Lars Ivar Igesund wrote:
I need to create PDF from the information contained in some Java objects. 
The
standard way to do this according to the FOP docs, is to create XML from 
the

objects, then transform to XSL-FO using XSLT.

But since there are FO DOM nodes internally in FOP, it seems to me to be 
a
natural alternative to create these nodes directly instead of going via 
XML +

XSLT.

Is this possible, and how would I go about processing the tree?

Regards,
Lars Ivar Igesund




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]



Table cells of equal height

2006-09-07 Thread Shubhrata Tewari

Hi,

I want to create a table row with four cells.I want that all of them should 
be of equal height, irrespective of the
content i.e the first three should expand to take the height of the last 
cell which has maximum data, even if it splits over to the next page. Is 
this possible?


regards,
Shubhrata
India 



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