Re: Pdf and image references, wrong operators etc.

2003-08-05 Thread Niklas Koponen
On Mon, Aug 04, 2003 at 10:01:24PM +0300, Niklas Koponen wrote: Hi! I have the following problem. I am using fop-0.20.5 and I use the jai image library. The pdf generation works fine. When I view the pdf file using acrobat from the location where I generated the file everything works

TXT Problems

2003-08-05 Thread Todtenhaupt, Susann
Hi @ all! I'm trying to generate TXT from XML through xsl and fop. In my result txt-file there are several problems I don't understand... (1) whitespaces between words in one line are stretched (2) I create several rows and there are always two of them near together and then there's a line

AW: TXT Problems

2003-08-05 Thread Todtenhaupt, Susann
Sorry didn't attach :o) -Ursprüngliche Nachricht- Von: Todtenhaupt, Susann Gesendet: Tuesday, August 05, 2003 1:07 PM An: '[EMAIL PROTECTED]' Betreff: TXT Problems Hi @ all! I'm trying to generate TXT from XML through xsl and fop. In my result txt-file there are several problems I

How to use a variable for an attribut specification

2003-08-05 Thread Julien Vinel
Hello, I would like to do a col-span who depend on the value of a variable, for example : I have an xml file which contains: header itemHeader 1/item itemHeader 2/item itemHeader 3/item /header And an xsl code like this : xsl:variable name=nb_header select=count(header/item)/ fo:table

RE: TXT Problems

2003-08-05 Thread Markus Schütz
Hello Susann, why do you use FOP at all? In my opinion it is much easier (and more convenient as well) to use the text output feature of your XSLT processor. This is so convenient that I've never tried text output via FOP at all. The advantage is that you will be able to control the whitespace in

Re: TXT Problems

2003-08-05 Thread Chris Bowditch
From: Todtenhaupt, Susann [EMAIL PROTECTED] Hi @ all! I'm trying to generate TXT from XML through xsl and fop. In my result txt-file there are several problems I don't understand... (1) whitespaces between words in one line are stretched (2) I create several rows and there are always two of them

Re: Viewable but non printable fo:block ?

2003-08-05 Thread Andry --
Thanks for answer, your idea about annotations is a good one but not implemented yet in fop. However if you have other idea (fonts...) don't hesitate to tell it us. Andry RANDRIA From: Clay Leeds [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Viewable but non

Re: bookmark extensions problems

2003-08-05 Thread Clay Leeds
Victor, On Monday, August 4, 2003, at 04:08 PM, Victor Mote wrote: Clay Leeds wrote: The PDF outline items do *not* appear to show up when I process with xalan.bat. I am using the binary download 0.20.5 version. As I mentioned before, the strange thing (at least I think it's strange) is that the

Re: How to use a variable for an attribut specification

2003-08-05 Thread Clay Leeds
On Tuesday, August 5, 2003, at 06:25 AM, Chris Bowditch wrote: I believe you need to set number-columns-spanned={$nb_header} Chris You can also write it this way: fo:table-cell xsl:attribute name=number-columns-spannedxsl:value-of select=$nb_header/xsl:value-of fo:blockGeneral comment for

Re: bookmark extensions problems

2003-08-05 Thread Clay Leeds
I've got bookmarks working, but there are a couple of lingering, annoying issues I've discovered... Is there a way to bookmark the top of a page (above or at the top of fo:region-before)? In particular, I'd like my first bookmark to go to the top of the first page. I tried assigning a block id

Re: Pdf and image references, wrong operators etc.

2003-08-05 Thread J.Pietschmann
Niklas Koponen wrote: The problem was caused because the images were in png-format. When I converted the images to jpegs everthing works fine. That's odd, JAI should work with PNG too. Can you test whether you can use the PNG with Jimi? I still wonder what happened to the pdf whan attached to an