RE: Problem with displaying total page numbers in PDF document

2003-06-16 Thread vinod.nayak
In mathematical perspective this may be the solution Let X be the total number of pages [ In this case it is 8 ] Let Y be the current page. Then the display on each page will be : Y / [(X/2)+1] Assuming that (X/2) returns an integer. -Original Message- From: Leonard Wolters

RE: alternate row color

2003-06-13 Thread vinod.nayak
Hi, In the same way can we solve this problem?. This is the situation. 1. I have 3 tables in the PDF each one may or may not span out for more than a page. 2. I am using table headers to carry the specific information pertaining to that table

RE: alternate row color

2003-06-13 Thread vinod.nayak
Hi mark, I couldn't find the any example using fop extension 'ContinuedLabel'. If you have one please send it across to me.. Regards, Vinod. -Original Message- From: Mark Baier [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 12:39 PM To: [EMAIL PROTECTED] Subject: AW: alternate

merging 2 PDF documents.

2003-06-03 Thread vinod.nayak
Hi all, How two merge two PDF documents?? I wrote a java program, as we would do to append a file to another file. but its not working.. Is any third party tool available for this?? Regards, Vinod. DISCLAIMER: This message contains privileged and confidential information and is intended

RE: preserve space

2003-01-31 Thread vinod.nayak
Though I am not a Guru in this field, I suggest a small change in the xml structure as well as in the xsl. There may be other solutions. Decide which one would ease your building XML. XML: ColorCode CodeRed/code CodeBlue/code CodeGreen/code ColorCode XSL:

RE: How to dynamically set src attribute

2003-01-21 Thread vinod.nayak
Try it.. it may be possible. Or if the SRC value can vary in the range around 1..5 you can apply the selecting criteria in the xsl itself. e.g., fo:block xsl:choose xsl:when test=@VALUE=1 fo:external-graphic src=image1.gif/ /xsl:when

displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Hi all, In a table column, I need to display 2 texts from 2 different nodes side by side. If I use 2 blocks, 2 texts gets displayed one below the other.. if I write the 2 texts within the same block, no space is included between them. Please suggest some solution. Regards, Vinod.

RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Hi Oleg, Will you tell me how can I do this.. within a block I have to write 2 texts.. one from xml node and another is constant SPACE [i.e., ' '] [SPACE should not be ignored] Regards, Vinod. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Monday, January 06,

RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Hi Oleg, it is not working.. Part of my xsl code[after including the code you've given] is.. xsl:template match=//OPTION xsl:choose xsl:when test=@VALUE=1 fo:external-graphic src=file:checked.gif/ /xsl:when xsl:otherwise

RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Thanks a lot great Oleg.. Regards, Vinod. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Monday, January 06, 2003 3:43 PM To: [EMAIL PROTECTED] Subject: Re: displaying 2 texts side by side [EMAIL PROTECTED] wrote: In a block, I am displaying many check