differenct space needed for different letters?

2003-01-24 Thread dongjiang tang
Hi, I have mutiple line of text in one block in the header for my page, I make each line the exactly same number of letters(same string length), then I found out that the actual space each line takes is not the same, some are longer and some are shorter, just like below. Is there any way to

why some talbe cells have thiner border?

2003-01-16 Thread dongjiang tang
Hi, I am define all the border of my cell the same border, but some of them are thiner, any idea? this the piece of code: fo:table-cell padding-top=3pt padding-right=5pt display-align=after border-bottom-style=solid border-bottom-width=2pt border-top-style=solid border-top-width=2pt

Re: why some talbe cells have thiner border?

2003-01-16 Thread dongjiang tang
thiner border? Dtang, Does it print out this way or is it an artifact of the PDF display? I have noticed differences between the display and the print output in the past. Mark Dudley Xerox Corporation -Original Message- From: dongjiang tang [mailto:[EMAIL PROTECTED] Sent: Thursday

can we put a HTML link in PDF?

2003-01-16 Thread dongjiang tang
Hi, can we put a html link in the PDF using FOP? I feel PDF don't have this feature at all. Dongjiang

Re: can we put a HTML link in PDF?

2003-01-16 Thread dongjiang tang
Subject: Re: can we put a HTML link in PDF? dongjiang tang wrote: Hi, can we put a html link in the PDF using FOP? I feel PDF don't have this feature at all. fo:basic-link external-destination=http://www.google.com;Goggle it/fo:basic-link -- Oleg Tkachenko eXperanto team Multiconn

is #xA; for a line break?

2003-01-15 Thread dongjiang tang
Hi, I am trying to detect if there is a line break in a string using xsl:when test=contains($string, '#xA;') why the $string is AAA AAA AAA but seems like it is not working, anybody know why? thank you very much!! dtang -

Re: how can I get the double border work?

2002-12-04 Thread dongjiang tang
PM Subject: Re: how can I get the double border work? dongjiang tang wrote: Having trouble to show double border. ... I got a PDF file only showing the single solid line. Anybody know why? AFAIK the only border style currently implemented is single border. J.Pietschmann