Re: outputting TIFF-G images

2006-09-15 Thread Oliver Hernàndez Valls
Ok, yesterday I solved this problem by intalling jai tools. My error was that I installed jai lib, but this doesn't supply any new service provider, actually I don't know if this libs are really necessary. Today I'll find a way to pass the page iterator to the tiff codec. Salut! En/na Oliver

Re: outputting TIFF-G images

2006-09-15 Thread Jeremias Maerki
On 13.09.2006 13:51:35 Oliver Hernàndez Valls wrote: Sorry if these questions are too obvious. En/na Jeremias Maerki ha escrit: One more thing: The TIFFRenderer currently uses the internal codecs from XML Graphics Commons to encode TIFF images. I understand you are talking about

Re: outputting TIFF-G images

2006-09-15 Thread Jeremias Maerki
Sorry for not being more reponsive. I'm quite busy outside of FOP lately. You can get TIFF support for ImageIO by downloading and installing (see docs) JAI ImageIO Tools: http://java.sun.com/products/java-media/jai/downloads/download-iio-1_0_01.html Would you please do me a favor and open an

SVG errors, but only when using XSLTC

2006-09-15 Thread Thurgood, Eric
Hello, I'm attempting to improve the transform performance by using a XSLTC to compile my stylesheets. However, when using the compiled stylesheets, I get the 'The attribute width of the element rect is required' error in the FOP output, and the SVG graphics are missing from the resulting PDFs.

Re: SVG errors, but only when using XSLTC

2006-09-15 Thread Jeremias Maerki
That simply means there's still a bug in Xalan-J concerning SAX handling. XLTC is probably sending and empty string instead of null to the Element.setAttributeNS() method. The problem: SAX uses empty strings for no namespace, while the W3C DOM uses null. The XSLT implementations have to convert

Re: Keeping tables together with FOP 0.92b

2006-09-15 Thread Jeremias Maerki
The XSL-FO style approach would be not to use always for the keep property but an integer number. But this hasn't been implemented, yet. On 13.09.2006 21:15:13 cknell wrote: I' recently back to working with FOP. I have a document that consists of a number of tables with widely-varying numbers

Re: Performance Suggestions

2006-09-15 Thread Jeremias Maerki
A few ideas: - give more memory to the VM - Try JRE 1.5 - try the server VM (-server) - Optimize your XSL-FO - Make sure you make use of property inheritance - Avoid unnecessary properties and nested elements - Avoid tables - Avoid page-number-citations - use JPEG images instead of

Re: keep-with-next causes last row of previous table to come along

2006-09-15 Thread Jeremias Maerki
Please provide a sample FO document (no XSLT) so we can easily reproduce. On 14.09.2006 15:07:15 paul wrote: ok, why first attempt doesn't work is clear now, it's not implemented yet my workaround for the moment: Between Table A and Table B I insert an empty Block. Now everything works as

Re: Wrapping long character strings

2006-09-15 Thread Jeremias Maerki
I don't know of anything. At least there doesn't seem to be anything in XSL 1.1. I can bring it up at the XSL 2.0 workshop in October in case I get accepted. On 14.09.2006 05:36:15 Wyatt Tellis wrote: Do you know if there are plans to update the XSL-FO standard to give better control over

fo:external-graphic SRC by xpath

2006-09-15 Thread Sam Tsai
Hi: I am looking a way to make the SRC of external-graphic tag dynamic. For example ... fo:external-graphic src= some xpath like root/imgPath width=61.00mm content-width=61.00mm height=77.50mm content-height=77.50mm/ ... in this way if I have an xml like root