> This fix will be released with the next release of FOP. We're currently > discussing that topic so I cannot tell when that will be. > > In the meantime you can download FOP Trunk from SVN. Instructions are > found here: > http://xmlgraphics.apache.org/fop/download.html#source > and here: > http://xmlgraphics.apache.org/fop/dev/tools.html#svn > > On 21.06.2006 15:47:53 mcevikce wrote: > > > > I am having the same problem with block-container. Would you be able to tell > > me when this fix will be released? Is there a way to download the fix from > > the SVN? >
Hello, I have exactly the same problem as described in this thread, except that my table is inside a list not in a block-container. When a table is splitted on several pages, the header appears only on the last page. I use a version downloaded on svn a few days ago. Another point, not related to the previous one, on publishing TIFF with FOP: I think I have detected a bug inside org.apache.fop.image.TIFFImage.java The loadOriginalData() function does not take into account the TIFF_FILL_ORDER field (when equals 2, byte table should be flipped - as in xmlgraphics TIFFFaxDecoder class). [To correct this, I have added a class variable, which I set in decodeImage() and test in loadOriginalData() to flip the byte table.] Hope this helps. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
