Re: Transforming Img tag in HTML

2006-05-24 Thread Suresh Koya
I changed it as below. It finished the conversion pretty fast and did not create a PDF file. when I checked the output in debug mode I saw a classcast exception as below. Am I doing something wrong here.Regards,Suresh---   

Re: Transforming Img tag in HTML

2006-05-24 Thread Roland Neilands
Suresh, Sorry, my mistake. 20.5 wants height/width on the block container. This works in both versions: content-width="3cm" src="file.jpg" scaling="uniform"/> Regards, Roland Suresh Koya wrote: I checked this with the beta build also. I could not get it to work.

Re: Specifying table width in percentage

2006-05-24 Thread Suresh Koya
I could not get this to work with the beta build also. Should I file a bug to this respect. Regards, Suresh KoyaSuresh Koya <[EMAIL PROTECTED]> wrote: Thanks chris, will do that. I managed with a workaround- Best of Java IO 10/02/2002 Regards, SureshChris Bowditch <[EMAIL

Re: Transforming Img tag in HTML

2006-05-24 Thread Suresh Koya
I checked this with the beta build also. I could not get it to work. Should I file a bug to this respect.Regards,Suresh KoyaRoland Neilands <[EMAIL PROTECTED]> wrote: Suresh,What you've done is correct, but not supported by the old version of FOP - try the beta release, or use height & width attrib

Re: Transforming Img tag in HTML

2006-05-24 Thread Roland Neilands
Suresh, What you've done is correct, but not supported by the old version of FOP - try the beta release, or use height & width attributes as well. Search this list's archives for more details, this has come up a few times. Regards, Roland Suresh Koya wrote: Hi, I am using FOP 0.20.5. I wa

Transforming Img tag in HTML

2006-05-24 Thread Suresh Koya
Hi,I am using FOP 0.20.5. I was trying to transform the IMG tag of HTML: After going through the XSL_FO Spec, I created a FO document equivalent to this for generating a PDF as belows: src=""attribut

Version 0.92 beta

2006-05-24 Thread Krishna . Cherla
Title: Version 0.92 beta I am currently looking at the new version of FOP, in particular the PDF component. The PDF works well in with the older version (0.20.5), but I am now trying to use the same style sheets to create PDF, and it doesn't even get past go. Is it a bug, or do I need to ch

[bug?] Mangled text with cross references

2006-05-24 Thread Matthew East
I think I've hit another bug with overlapping text and strange whitespace in cross reference text. Again the xsl customisations, fo and pdf are at: http://mdke.org/tmp/fop/ There are plenty of examples, but picking one at random, see the bottom of page 26 of that pdf file. Is this a well known

Re: Specifying table width in percentage

2006-05-24 Thread Suresh Koya
Thanks chris, will do that. I managed with a workaround- Best of Java IO 10/02/2002 Regards, SureshChris Bowditch <[EMAIL PROTECTED]> wrote: Suresh Koya wrote:> Hi,> > I am using FOP 0.20.5. I am facing a problem creating table by > specifying width in percentage. Even tho

Re: Specifying table width in percentage

2006-05-24 Thread Chris Bowditch
Suresh Koya wrote: Hi, I am using FOP 0.20.5. I am facing a problem creating table by specifying width in percentage. Even though I specify the width as 75% it takes the whole width of 100%. Could anyone let me know what I am missing here. Nothing. Its a bug in FOP 0.20.5. Upgrade to 0.92b

Specifying table width in percentage

2006-05-24 Thread Suresh Koya
Hi, I am using FOP 0.20.5. I am facing a problem creating table by specifying width in percentage. Even though I specify the width as 75% it takes the whole width of 100%. Could anyone let me know what I am missing here. Best of Java IO10/02/2002Regards, Suresh Yahoo! Messenger with Voice. Make

embedded styelsheet

2006-05-24 Thread Shamem Miah
Hi   Please can someone give me a small working example of an embedded stylesheet(xsl and xsl data inside same page).    Can you also paste in the fop code to accept the file and produce any format output e.g. pdf.    I have tried to make an embedded stylesheet but am not sure how to fe