image in table header overlapping table body -- possible ?

2003-11-13 Thread Roland Schroth
Hello, out there ;-) I need to build a table with a header line containing an image and a single line of text. The problem is the image beeing to high to fit into the header line which causes the header line to be resized vertically to match the height of the image. But i need the image to

fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Unger, Joachim
Title: fo:external-graphic does not support SVG when src is an url Hi! I found a problems when using urls instead of files for fo:external-graphic's src paramater. xsl:param name=imagebasehttp://localhost:8080/img/xsl:param ... fo:external-graphic height=15pt width=180pt xsl:attribute

RE: image in table header overlapping table body -- possible ?

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Roland Schroth But i need the image to overflow the bottom of the header line (leaving its height unchanged) so that it flows right into the body area. The problem is that the overflow property isn't supported yet and a number-rows-spanned does not seem to

Re: fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Gunnar Liljas
Title: fo:external-graphic does not support SVG when src is an url Make sure that the web server returns a correct content-type (MIME) for svg. image/svg+xml if I remember correctly /G - Original Message - From: Unger, Joachim To: [EMAIL PROTECTED] Sent: Wednesday,

RE: external-graphic does not support SVG when src is an url

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Unger, Joachim [mailto:[EMAIL PROTECTED] I found a problems when using urls instead of files for fo:external-graphic's src paramater. What kind of problems exactly? The image does not get picked up or what? snip/ It works in 95% of all cases with APACHE.

RE: Problems using Tiff with FOP

2003-11-13 Thread Cavallini David
Hello, I got the same problem with FOP 0.20.5: I could not render documents with more than about 150/200 pages with 1 TIFF per page (OutOfMemory). I tried to remove the image cache management in FOP source code but it didn't help. For now I useFOP 0.20.1 with which I can render about 1000

AW: fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Unger, Joachim
Title: fo:external-graphic does not support SVG when src is an url Hi Gunnar! I debugged FOP source code andfound that the error is an IOException thrown by Batik. My IIS logged a http error 406. The Mime type is okay. Don't forget: it works in "most" cases with Apache. Regards, Jo

Problem with inserting images

2003-11-13 Thread Patrick JUSSEAU
Hi everyone, I just started using XSL-FO and fop. I am trying to generate a pdf file which contains jpg files. Those images are always inserted in a parent component (I guess something like a viewport). I need to set a height for this viewport (view_height). I need to be able to display them

RE: Problems using Tiff with FOP

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Cavallini David [mailto:[EMAIL PROTECTED] I got the same problem with FOP 0.20.5: I could not render documents with more than about 150/200 pages with 1 TIFF per page (OutOfMemory). I tried to remove the image cache management in FOP source code but it didn't

Re: Problem with inserting images [more on problem]

2003-11-13 Thread Patrick JUSSEAU
Hi, Just to be a little bit more specific about my previous post, I should clarify what happens when using: fo:block background-color=white text-align=center fo:external-graphic content-height=25px height=100px src=url(image.jpg)/ /fo:block When using this code, my image has the correct size

RE: Problem with inserting images

2003-11-13 Thread Chris Adams
Patrick, It is my understanding the FOP does not support the content-height and content-width attributes, only width and height. Not sure if this will solve you problem though. Chris -Original Message- From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED] Sent: 13 November, 2003 09:23 To:

RTF Support

2003-11-13 Thread frederic . kieffer
Hi people, I just read that the support for RTF will be built soon. Is there any release date scheduled ? Thanks. Frédéric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with inserting images [more on problem]

2003-11-13 Thread Daniel Easton
Can you set the height in the block level itself ? fo:block background-color=white display-align=center height=100px fo:external-graphic src=... height=25px / /fo:block Daniel - Original Message - From: Patrick JUSSEAU [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

RE: RTF Support

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi people, I just read that the support for RTF will be built soon. Is there any release date scheduled ? RTF support is currently only being added to the 1.0 development line, and the estimated release date for

Re: Problem with inserting images [more on problem]

2003-11-13 Thread Patrick JUSSEAU
Daniel, I tried that too with no success. This brings the following question. How can I create an empty block with a specified height and width? If I could create such a block I could embed my image in it. Patrick On 13 Nov 2003, at 10:48 AM, Daniel Easton wrote: Can you set the height in the

RE: Problem with inserting images [more on problem]

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED] Daniel, I tried that too with no success. This brings the following question. How can I create an empty block with a specified height and width? If I could create such a block I could embed my image in it. Ok,

Re: Problem with inserting images [more on problem]

2003-11-13 Thread Patrick JUSSEAU
And the winner is. Andreas! Indeed setting the line-height made the trick. My block now has a 100 pixel size! Thanks again for all of you who helped me. Patrick On 13 Nov 2003, at 10:55 AM, Andreas L. Delmelle wrote: -Original Message- From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED]

RE: Problem with inserting images [more on problem]

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED] And the winner is. Andreas! Indeed setting the line-height made the trick. My block now has a 100 pixel size! Thanks again for all of you who helped me. Just be careful that the fo:external-graphic is the only

Re: image in table header overlapping table body -- possible ? [additional info]

2003-11-13 Thread Roland Schroth
I think your idea could work if i had only one table starting at the top of the page. But (sorry that i did not mention that) i have a sequence of tables of different lengths that therefore also may start in the middle of a page. There are tables being only a few rows long an others

Import problem

2003-11-13 Thread Torsten
Hello all, I've a stylesheet: xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; version=1.0 xmlns:xalan=http://xml.apache.org/xslt; xsl:import href=./Ad_Spec_Proof1.xsl/ xsl:import

Re: RTF Support

2003-11-13 Thread Mohan Pinjarkar
I was also having that question. So far I do not find any answer. If you pl let me know. Regards, -Mohan __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree

Re: Import problem

2003-11-13 Thread Chris Bowditch
From: Torsten [EMAIL PROTECTED] snip/ This is a pure XSLT question and would be receive a better response on the XSL list: http://www.biglist.com/lists/xsl-list/ xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format;

Re[2]: Import problem

2003-11-13 Thread Torsten
Hello Chris, Thursday, November 13, 2003, 2:55:21 PM, you wrote: -- cut CB Just a guess: have you tried putting the imports immediately after the CB output statement? CB snip/ CB Chris ThanX for the reply, I've tried again to change the import to xsl:include and now it works fine. I don't

RE: Problems using Tiff with FOP

2003-11-13 Thread Jeff_Mitchell
Return Receipt Your RE: Problems using Tiff with FOP document :

RE: Problems using Tiff with FOP

2003-11-13 Thread Cavallini David
In fact I didn't try each subversion between 0.20.1 and 0.20.5 to see where the problem appeared, but it is certain that TIFF image memory management is far worth in this latter version (for my case): so I stay stucked with 0.20.1 because I can render 4 times bigger FO files with version 0.20.1

CMYK Support

2003-11-13 Thread Dennis Myrén
Hi. I am in a desperate need for generating PDF documents with FOP that uses the CMYK color space. Has anyone here developed a FOP extension that handles this? Any other suggestions for a solution is also highly appreciated. Regards, Dennis Myrén Developer Oslo Kode Bureau

Re: CMYK Support

2003-11-13 Thread Gunnar Liljas
I forwarded the recent discussion "CMKY" to Dennis. /G - Original Message - From: Dennis Myrén To: FOP User Mailing List Sent: Thursday, November 13, 2003 4:11 PM Subject: CMYK Support Hi. I am in a desperate need for generating PDF documents

RE: CMYK Support

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Dennis Myrén [mailto:[EMAIL PROTECTED] I am in a desperate need for generating PDF documents with FOP that uses the CMYK color space. Has anyone here developed a FOP extension that handles this? If you're using JPEG, no extension is necessary. FOP offers

Re: Problems using Tiff with FOP

2003-11-13 Thread J.Pietschmann
Cavallini David wrote: I got the same problem with FOP 0.20.5: I could not render documents with more than about 150/200 pages with 1 TIFF per page (OutOfMemory). I tried to remove the image cache management in FOP source code but it didn't help. Check whether it's actually the TIFF images causing

Re: Problem with inserting images

2003-11-13 Thread J.Pietschmann
Patrick JUSSEAU wrote: I just started using XSL-FO and fop. I am trying to generate a pdf file which contains jpg files. Those images are always inserted in a parent component (I guess something like a viewport). I need to set a height for this viewport (view_height). ... What I am missing?